diff --git a/frontend/src/routes/layout.css b/frontend/src/routes/layout.css index 6f46ff48..a49457d0 100644 --- a/frontend/src/routes/layout.css +++ b/frontend/src/routes/layout.css @@ -33,6 +33,10 @@ /* Apply base styles directly to HTML elements */ @layer base { + html { + overscroll-behavior: none; + } + body { /* Use the theme variable directly using standard CSS syntax */ background-color: var(--color-brand-sand);