bug fixes
This commit is contained in:
@@ -31,11 +31,7 @@ const Layout: React.FC<PropsWithChildren> = ({ children }) => {
|
||||
pos='relative'
|
||||
h='100dvh'
|
||||
mah='100dvh'
|
||||
style={{
|
||||
top: 0,
|
||||
minHeight: '100dvh',
|
||||
maxHeight: '100dvh'
|
||||
}}
|
||||
// style={{ top: viewport.top }} //, transition: 'top 0.1s ease-in-out' }}
|
||||
>
|
||||
<Header {...header} />
|
||||
<AppShell.Main
|
||||
|
||||
Reference in New Issue
Block a user