From 9630e079e8e429de1aad70d3f3c064d422e736ec Mon Sep 17 00:00:00 2001 From: nzambello Date: Tue, 9 Apr 2024 18:29:26 +0300 Subject: [PATCH] fix: change app shell layout to non fixed --- app/root.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/root.tsx b/app/root.tsx index 910b4d7..b73e0a6 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -254,8 +254,9 @@ function Layout({ children }: React.PropsWithChildren<{}>) { padding="md" navbarOffsetBreakpoint="sm" asideOffsetBreakpoint="sm" + fixed={false} navbar={ - user && ( + user ? ( ) { )} - ) + ) : undefined } header={