react-laag
react-laag copied to clipboard
Does not show tooltip in full screen mode
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.
Maybe react-laag
can detect if there's a document.fullscreenElement
and relocate the <div id="layers" ...
element inside of that?