From f6e33bcce1bd8d43f49446ffc12c6ac5634aa618 Mon Sep 17 00:00:00 2001 From: Zakhar Date: Sat, 5 Sep 2026 22:34:12 +0300 Subject: [PATCH] 100dvh --- src/styles/GlobalStyle.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; `)};