diff --git a/src/styles/GlobalStyle.ts b/src/styles/GlobalStyle.ts index 45faf45..7abb827 100644 --- a/src/styles/GlobalStyle.ts +++ b/src/styles/GlobalStyle.ts @@ -17,11 +17,11 @@ export const GlobalStyle = createGlobalStyle` html { overflow: hidden; - height: 100%; + height: 100dvh; } body { - height: 100%; + height: 100dvh; background-color: ${({ theme }) => theme.colors.pageBg}; background-image: url('/images/background-raspberry.png'); background-repeat: no-repeat;