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