diff --git a/frontend/src/index.css b/frontend/src/index.css index afe37c1..062ab92 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -4,8 +4,6 @@ html, body { overflow-x: hidden; - overscroll-behavior: none; - /* height: 100%; */ } :root { @@ -88,7 +86,6 @@ html, body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; } #root { - height: 100%; min-height: 100vh; min-height: 100dvh; }