everweij / react-laag

Hooks to build things like tooltips, dropdown menu's and popovers in React
https://www.react-laag.com
MIT License
906 stars 44 forks source link

Does not show tooltip in full screen mode #92

Open markadv opened 2 years ago

markadv commented 2 years ago

Describe the bug When going to full screen mode, the tooltip doesn't show.

Expected behavior Tooltip must be visible even when in full screen mode.

pzcfg commented 1 year ago

Maybe react-laag can detect if there's a document.fullscreenElement and relocate the <div id="layers" ... element inside of that?