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
Summary:
If I choose place="top" but the content is too wide to fully display in the window, the left side will be rendered off-screen and there is no way for me to see the entire content of the tooltip. (the left position is negative)
Summary:
If I choose place="top" but the content is too wide to fully display in the window, the left side will be rendered off-screen and there is no way for me to see the entire content of the tooltip. (the left position is negative)
Things I tried:
I added:
but because I have many elements with a tooltip, moving my mouse from one element to another doesn't trigger afterShow.
I added max-width: 70% and it doesn't help either.
Expected behavior:
If (left_position === negative) { place="left/right"; }
Same problem as described here
The text was updated successfully, but these errors were encountered: