From ab7d1b7f25215aa6fb8fe7978d570f02d884b032 Mon Sep 17 00:00:00 2001 From: Fringg Date: Mon, 9 Mar 2026 21:05:36 +0300 Subject: [PATCH] fix: make desktop nav horizontally scrollable on narrow screens --- src/components/layout/AppShell/AppShell.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index 898bc97..24f8a5f 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -317,14 +317,14 @@ export function AppShell({ children }: AppShellProps) { {/* Center Navigation */} -