diff --git a/src/App.css b/src/App.css index b5c31a2a..587d4504 100644 --- a/src/App.css +++ b/src/App.css @@ -1,6 +1,14 @@ +html, body, #root { + margin: 0; + padding: 0; + height: 100%; + overflow: hidden; +} + .App { width: 100vw; height: 100dvh; + overflow: hidden; } #app-content {