From e812921e3a9693064fd4ef6d65abb9d11c53134d Mon Sep 17 00:00:00 2001 From: Barbie-Dev Date: Sun, 30 Aug 2026 04:51:33 +0000 Subject: [PATCH 1/4] fix(#667): add overflow-x-auto to mobile nav to prevent link overflow on narrow viewports - Wrap nav links in a scrollable container - Add whitespace-nowrap to prevent link text wrapping - Allows horizontal scrolling on extremely narrow screens (<360px) - Maintains visual integrity without breaking layout --- components/layout/navbar.tsx | 38 +++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/components/layout/navbar.tsx b/components/layout/navbar.tsx index a5cad91..878792c 100644 --- a/components/layout/navbar.tsx +++ b/components/layout/navbar.tsx @@ -147,24 +147,26 @@ export function Navbar() { )} {/* Mobile nav */} -