From 9e9e44519d07717b6ed0a3f4f4275ee70838cac0 Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Thu, 12 Feb 2026 17:46:31 -0800 Subject: [PATCH] Keep sidenav menu scrollable with fixed user footer --- src/app/(main)/App.tsx | 4 ++-- src/app/(main)/SideNav.tsx | 36 ++++++++++++++++++------------------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/(main)/App.tsx b/src/app/(main)/App.tsx index e29a4a33c..6ac744aac 100644 --- a/src/app/(main)/App.tsx +++ b/src/app/(main)/App.tsx @@ -47,10 +47,10 @@ export function App({ children }) { - + - + {children} diff --git a/src/app/(main)/SideNav.tsx b/src/app/(main)/SideNav.tsx index ba2893bb9..6281fc900 100644 --- a/src/app/(main)/SideNav.tsx +++ b/src/app/(main)/SideNav.tsx @@ -54,11 +54,11 @@ export function SideNav(props: any) { - - - - {!isCollapsed && ( - }> - umami - - )} - - + + + {!isCollapsed && ( + }> + umami + + )} + + + {websiteId ? ( ) : pathname.includes('/settings') ? ( @@ -117,7 +117,7 @@ export function SideNav(props: any) { )} - +