Screen overlay
cafcgav opened this issue · 3 comments
cafcgav commented
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
Hi, not out of the box, but with some custom code you can.
cafcgav commented
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
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.