Protip
Protip copied to clipboard
Incorrect positioning on SVG element (mobile)
I'm calling protipShow() on an SVG element. It works fine on desktop. But on mobile (iOS), the "top" portion of its style returns a negative value, positioning it off the screen. If I instead target a non-SVG element, the positioning works fine on mobile.
As a workaround please wrap your SVG with an HTML element and use Protip on that.