diff --git a/client/components/RootPage.tsx b/client/components/RootPage.tsx index 24e35b0dc2..17c5eeb5f6 100644 --- a/client/components/RootPage.tsx +++ b/client/components/RootPage.tsx @@ -7,7 +7,7 @@ interface RootPageProps { export const RootPage = styled.div` min-height: 100vh; - height: ${({ fixedHeight }) => fixedHeight || '100vh'}; + height: ${({ fixedHeight }) => fixedHeight || 'auto'}; display: flex; justify-content: flex-start; flex-direction: column;