diff --git a/src/styles/app.less b/src/styles/app.less index 61ff1b18..62ef6874 100644 --- a/src/styles/app.less +++ b/src/styles/app.less @@ -14,16 +14,11 @@ html.dark { color-scheme: dark; } -body { - overflow: hidden; -} - #app { height: 100vh; // Dynamic Viewport Units height: 100dvh; position: relative; - overflow-x: hidden; } ::-webkit-scrollbar {