Fix scroll!

This commit is contained in:
2026-02-23 20:56:07 +11:00
parent a1a5cc2a54
commit 73fdec8bba
-3
View File
@@ -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;
}