From e1a29f5650b465ea3e8be83d567da3d9c7210019 Mon Sep 17 00:00:00 2001 From: jlightner Date: Fri, 3 Apr 2026 07:25:44 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20overflow-x:hidden=20from=20html?= =?UTF-8?q?,body=20=E2=80=94=20was=20creating=20scroll=20container=20that?= =?UTF-8?q?=20broke=20position:sticky=20on=20title=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 7269819..465d97e 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -142,11 +142,6 @@ padding: 0; } -html, -body { - overflow-x: hidden; -} - body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;