revert: change app shell layout to non fix

This reverts commit 9630e079e8.
This commit is contained in:
Nicola Zambello 2024-04-09 18:47:22 +03:00
parent 9630e079e8
commit 760e56fcc3
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -254,9 +254,8 @@ function Layout({ children }: React.PropsWithChildren<{}>) {
padding="md"
navbarOffsetBreakpoint="sm"
asideOffsetBreakpoint="sm"
fixed={false}
navbar={
user ? (
user && (
<Navbar
p="xs"
hiddenBreakpoint="sm"
@ -447,7 +446,7 @@ function Layout({ children }: React.PropsWithChildren<{}>) {
</Navbar.Section>
)}
</Navbar>
) : undefined
)
}
header={
<Header height={{ base: 50, md: 70 }} p="md">