HardstuckGuild / GW2-Tooltips.js

Tooltips.js frontend
1 stars 1 forks source link

Scrollbars When Tooltip Is Larger Than Viewport #58

Closed mightyteapot closed 9 months ago

mightyteapot commented 9 months ago

Not exactly a bug, if a tooltip is larger than the viewport, it gets a scrollbar and can't display correctly. Not really solvable of course but worth being aware of.

image

SaculRennorb commented 9 months ago

Well yes, its something I specifically added so there a way to see the whole thing at all on small viewports. It works as intended.

I might also add that scrolling works, both on desktop and mobile as the scroll event gets relayed to the element as long as such an overflowing element is opened.