From f79d197dd402aa731ba013b5c9ea8792e036f603 Mon Sep 17 00:00:00 2001 From: jlightner Date: Fri, 3 Apr 2026 07:23:11 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20overflow-x:hidden=20from=20.app?= =?UTF-8?q?-main=20=E2=80=94=20was=20breaking=20position:sticky=20on=20tit?= =?UTF-8?q?le=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 461d560..7269819 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -237,7 +237,6 @@ body { padding: 0 1.5rem; box-sizing: border-box; overflow-wrap: break-word; - overflow-x: hidden; } /* ── App footer ───────────────────────────────────────────────────────────── */