diff --git a/src/styles/GlobalStyle.ts b/src/styles/GlobalStyle.ts index b0a76bd..45faf45 100644 --- a/src/styles/GlobalStyle.ts +++ b/src/styles/GlobalStyle.ts @@ -36,7 +36,7 @@ export const GlobalStyle = createGlobalStyle` } #root { - height: 100%; + height: 100vh; ${({ theme }) => theme.media.mobile(css` overflow: auto; `)};