diff --git a/src/App.tsx b/src/App.tsx index aa538eb..e82e19d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -354,7 +354,7 @@ const Container = styled.main<{$fullHeight: boolean}>` h1 { padding-top: 10px; } - height: ${({ $fullHeight }) => $fullHeight ? 'auto' : '100%'}; + height: ${({ $fullHeight }) => $fullHeight ? 'auto' : '100dvh'}; border-radius: ${({ $fullHeight }) => $fullHeight ? '0 0 8px 8px' : '0'}; `)} `;