From 73fdec8bbab6b07e53d7ee926bc21624b8cefa2a Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 23 Feb 2026 20:56:07 +1100 Subject: [PATCH] Fix scroll! --- frontend/src/index.css | 3 --- 1 file changed, 3 deletions(-) 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; }