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 Apr 4, 2022. It is now read-only.
Reproduce by hovering over the "Text #1.1", "Text #1.2", or "Text #2.1" texts inside the table.
Screenshots:
Bug description:
When using tooltips in a horizontal table, the tooltips are cutoff on the border of the table. I'd like for the tooltips to be displayed in their entirety.
The text was updated successfully, but these errors were encountered:
After some testing, I've found out that the problem has to do with relative-absolute positioning that is being used with tooltip, as this stack overflow answer points out: https://stackoverflow.com/a/611098/1842548
The problem is that changing this would introduce breaking changes, as a new element must be introduced, sadly.
If we were talking inside a framework context such as React, the library consumers would not notice it, but as is a css pure framework, the implications are... well rather complicated.
We should look for solving this anyway.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Reproduce by hovering over the "Text #1.1", "Text #1.2", or "Text #2.1" texts inside the table.
When using tooltips in a horizontal table, the tooltips are cutoff on the border of the table. I'd like for the tooltips to be displayed in their entirety.
The text was updated successfully, but these errors were encountered: