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
If the element that triggers a tooltip spans across two or mores lines the tooltip appears centred on within the viewport rather than positioned close to the appropriate target element.
So you may have a paragraph containing "Some Link" which triggers a tooltip and the browser is at a particular width that causes the link to be split over two lines, i.e., "Some" at the end of line 1 and "Link" at the beginning of line 2. That's when the issue occurs.
I couldn't see anything in the docs that mentioned this as a known limitation.