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={