diff --git a/src/App.tsx b/src/App.tsx index 180bb80..44cbafb 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' : '100svh'}; + height: ${({ $fullHeight }) => $fullHeight ? '100dvh' : '100svh'}; border-radius: ${({ $fullHeight }) => $fullHeight ? '0 0 8px 8px' : '0'}; `)} `; @@ -401,7 +401,7 @@ const RightColumn = styled(Column)<{$dataShow: boolean}>` `; const TitleBlock = styled.div` - margin-bottom: 32px; + margin-bottom: 24px; position: relative; h1 {