From fcc53e88ae696be8856403c4b3bee7cc47326e38 Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 10 Jul 2026 14:25:47 +0000 Subject: [PATCH] fix: make footer navigation scrollable with pinned Home button --- app/src/App.tsx | 43 ++++++++++++++++++++++++++++++++++--------- app/src/index.css | 8 ++++++++ 2 files changed, 42 insertions(+), 9 deletions(-) diff --git a/app/src/App.tsx b/app/src/App.tsx index 1ee8740..13622f5 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -102,26 +102,51 @@ function AppLayout({ children }: { children: React.ReactNode }) {
{children}
-