From 5ee0822ae642e3547dd079afb6d52961a3a6d411 Mon Sep 17 00:00:00 2001 From: Claas Date: Tue, 30 Jun 2026 21:34:08 +0200 Subject: [PATCH] Fix overscroll --- client/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.51.2