-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
When scrolling a page the tooltips don't change their position - i.e. scroll along with their parent element - but instead maintain their initial position. This is because they have the position: fixed;
style which makes them relative to the viewport and it's especially noticeable as a bug when triggering the tooltips on click
, instead of mouseenter
.
JSeligsohn
Metadata
Metadata
Assignees
Labels
No labels