From a46e296dc393b4371d46235fed3bf92714955c69 Mon Sep 17 00:00:00 2001 From: bonamin Date: Mon, 23 Feb 2026 18:51:26 +0200 Subject: [PATCH] Claude tried a second fix --- frontend/src/index.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index ae8f922..e64338f 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -58,12 +58,20 @@ summary { cursor: pointer; } -/* Global dark background */ +/* Global dark background - lock to viewport, no page-level scroll */ +html, body { + height: 100%; + overflow: hidden; background-color: var(--bg-primary); color: var(--text-primary); } +#root { + height: 100%; + overflow: hidden; +} + /* Scrollbar styling */ ::-webkit-scrollbar { width: 8px;