everweij / react-laag

Hooks to build things like tooltips, dropdown menu's and popovers in React

Home Page:https://www.react-laag.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not show tooltip in full screen mode

markadv opened this issue · comments

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.

commented

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