calebjacob/tooltipster

Screen overlay

cafcgav opened this issue · 3 comments

Hi , when the tool tip is triggered is there a way to make the page have a black overlay like a modal background?

Hi, not out of the box, but with some custom code you can.

You could add an overlay to the body at functionReady for example, with a z-index lower than the tooltip. But it's gonna look weird you know.