diff --git a/frontend/src/styles/theme/index.css b/frontend/src/styles/theme/index.css index efef570..52dfeb1 100644 --- a/frontend/src/styles/theme/index.css +++ b/frontend/src/styles/theme/index.css @@ -21,6 +21,7 @@ html { color-scheme: light dark; + overscroll-behavior: none; } body { @@ -36,6 +37,7 @@ body { user-select: none; -webkit-user-select: none; overflow-x: hidden; + overscroll-behavior: none; accent-color: var(--color-accent); }