Skip to content

Hides the tooltip on scroll

Phil Hughes requested to merge tooltip-hide-on-scroll into master

What does this MR do?

Hides any visible tooltip on scroll. On desktop, it isn't so useful because of the how the tooltips work. But on mobile, it is really useful. The tooltips become visible on tap but can't actually be hidden again.

So this helps that by making them hide after scrolling the page.

Merge request reports