Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip position does not work on fixed position anchors #102

Open
drownload opened this issue Apr 26, 2020 · 0 comments
Open

Tooltip position does not work on fixed position anchors #102

drownload opened this issue Apr 26, 2020 · 0 comments

Comments

@drownload
Copy link

I tried to create a tooltip on an anchor inside a fixed position header. The initial position is correct, but if you scroll the content area then the tooltip moves up and down. It should stay in the same place since the anchor is not actually moving.

It should used jQuery position() instead of offset() to calculate the position of the tooltip

Also - it should use position: fixed on the tooltip instead of position:absolute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant