calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

Screen overlay #810

Closed cafcgav closed 3 years ago

cafcgav commented 3 years ago

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

louisameline commented 3 years ago

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

cafcgav commented 3 years ago

Hi Louis,

Thanks for getting back to me.

Could you give me pointer in terms of what I need to add to the code.

Thanks

Gavin

louisameline commented 3 years ago

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.