bug fixes

This commit is contained in:
yohlo
2025-09-25 15:49:09 -05:00
parent 81329e4354
commit c0ef535001
15 changed files with 42 additions and 24 deletions

View File

@@ -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