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
On mobile, the tooltip gets hidden if it's spawned too close to the edge of the screen. Is it possible to force the tooltip to stay within the screen bounds?
The text was updated successfully, but these errors were encountered:
I managed to do this by setting a class on the tooltip element, and add a CSS rule for this class that has: max-width: 70vw (so that it will have a max width of 70% viewport width).
Hope this helps!
On mobile, the tooltip gets hidden if it's spawned too close to the edge of the screen. Is it possible to force the tooltip to stay within the screen bounds?
The text was updated successfully, but these errors were encountered: