From af6004b31bea825ccefe77b365a487f20ab62783 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 11 Jan 2026 13:24:29 +0000 Subject: [PATCH] Make mobile header horizontally scrollable with active tab visible Add horizontal scroll to navigation tabs on mobile viewports with hidden scrollbar for clean appearance. Auto-scroll active tab into view on page load. --- src/components/Nav.astro | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 2c05a337..c6440eee 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -48,7 +48,7 @@ function highlightLabel(label: string, keyChar: string) { + +