From dc0e822e9bc0c7306a43107fa68bf04365db4616 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sat, 21 Mar 2026 01:25:19 +0000 Subject: [PATCH] Fix horizontal scroll in grid viewer: overflow-x on #main not body body had overflow-x: hidden which ate the scrollbar. Co-Authored-By: Claude Sonnet 4.6 --- public/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/style.css b/public/style.css index a669599..f54e40d 100644 --- a/public/style.css +++ b/public/style.css @@ -99,6 +99,7 @@ nav { flex: 1; padding: 1.5rem; width: 100%; + overflow-x: auto; } /* ===== SPLIT LAYOUT ===== */ @@ -1338,9 +1339,6 @@ nav { } -.grid-viewer { - overflow-x: auto; -} .grid-cells { display: grid;