From a5c9c877d398d534eefdeb7f0f43dc04edceda7a Mon Sep 17 00:00:00 2001 From: Zakhar Date: Sat, 5 Sep 2026 22:37:18 +0300 Subject: [PATCH] 100dvh --- src/styles/GlobalStyle.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;