diff --git a/client/src/index.css b/client/src/index.css index 14c2952..a1bf080 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -5,7 +5,7 @@ } :root { - @apply bg-surface text-on-surface mx-auto overscroll-none; + @apply bg-surface text-on-surface mx-auto overflow-clip overscroll-none; color-scheme: light dark; }