diff --git a/src/app/(main)/MobileNav.tsx b/src/app/(main)/MobileNav.tsx index aaa25846..a9d9e861 100644 --- a/src/app/(main)/MobileNav.tsx +++ b/src/app/(main)/MobileNav.tsx @@ -42,7 +42,7 @@ export function MobileNav() { {({ close }) => { return ( <> - + {links.map(link => { return ( diff --git a/src/app/share/[slug]/[[...path]]/ShareNav.tsx b/src/app/share/[slug]/[[...path]]/ShareNav.tsx index e6ca3865..db927afe 100644 --- a/src/app/share/[slug]/[[...path]]/ShareNav.tsx +++ b/src/app/share/[slug]/[[...path]]/ShareNav.tsx @@ -144,12 +144,12 @@ export function ShareNav({ position={isMobile ? undefined : 'fixed'} padding="3" width={isMobile ? '100%' : collapsed ? '60px' : '240px'} - maxHeight="100vh" - height="100vh" + maxHeight="100dvh" + height="100dvh" border={isMobile ? undefined : 'right'} borderColor={isMobile ? undefined : '4'} > - + {!collapsed && ( diff --git a/src/components/input/MobileMenuButton.tsx b/src/components/input/MobileMenuButton.tsx index 8498b05a..a4713ae0 100644 --- a/src/components/input/MobileMenuButton.tsx +++ b/src/components/input/MobileMenuButton.tsx @@ -9,7 +9,7 @@ export function MobileMenuButton(props: DialogProps) { - +