zakodium-oss / react-science

React components and tools to build scientific applications.
https://react-science.pages.dev
MIT License
3 stars 6 forks source link

Add fullscreen provider to root layout #689

Open targos opened 5 months ago

targos commented 5 months ago

If possible, without an additional div. Currently we have to wrap rootlayout with fullscreen so the dialogs are not open outside of it. See https://github.com/zakodium-oss/react-science/blob/e8aebd40319dcdf4127eb591a6eb952907fc251d/src/pages/demo/App.tsx#L13-L21