Open markadv opened 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.
Maybe react-laag can detect if there's a document.fullscreenElement and relocate the <div id="layers" ... element inside of that?
react-laag
document.fullscreenElement
<div id="layers" ...
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.