You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
As I understood it, a tooltip (0.2.0) is positioned absolutely relative to the document. However, when a parent div is set as 'position: relative', the tooltip is now positioned absolutely relative to that div. This breaks the positioning of the tooltip.
Appending the tooltip element to the body seems to fix the issue.
The text was updated successfully, but these errors were encountered:
I think this should be resolved when we get #139 all figured out, so I'm going to close this as a duplicate. If I'm wrong, please let me know and I'll reopen it.
As I understood it, a tooltip (0.2.0) is positioned absolutely relative to the document. However, when a parent div is set as 'position: relative', the tooltip is now positioned absolutely relative to that div. This breaks the positioning of the tooltip.
Appending the tooltip element to the body seems to fix the issue.
The text was updated successfully, but these errors were encountered: