revert: change app shell layout to non fix
This reverts commit 9630e079e8.
This commit is contained in:
parent
9630e079e8
commit
760e56fcc3
|
|
@ -254,9 +254,8 @@ function Layout({ children }: React.PropsWithChildren<{}>) {
|
||||||
padding="md"
|
padding="md"
|
||||||
navbarOffsetBreakpoint="sm"
|
navbarOffsetBreakpoint="sm"
|
||||||
asideOffsetBreakpoint="sm"
|
asideOffsetBreakpoint="sm"
|
||||||
fixed={false}
|
|
||||||
navbar={
|
navbar={
|
||||||
user ? (
|
user && (
|
||||||
<Navbar
|
<Navbar
|
||||||
p="xs"
|
p="xs"
|
||||||
hiddenBreakpoint="sm"
|
hiddenBreakpoint="sm"
|
||||||
|
|
@ -447,7 +446,7 @@ function Layout({ children }: React.PropsWithChildren<{}>) {
|
||||||
</Navbar.Section>
|
</Navbar.Section>
|
||||||
)}
|
)}
|
||||||
</Navbar>
|
</Navbar>
|
||||||
) : undefined
|
)
|
||||||
}
|
}
|
||||||
header={
|
header={
|
||||||
<Header height={{ base: 50, md: 70 }} p="md">
|
<Header height={{ base: 50, md: 70 }} p="md">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue