This commit is contained in:
Zakhar
2026-09-05 22:34:12 +03:00
parent fbc4bcbc7e
commit f6e33bcce1
+1 -1
View File
@@ -36,7 +36,7 @@ export const GlobalStyle = createGlobalStyle`
}
#root {
height: 100%;
height: 100vh;
${({ theme }) => theme.media.mobile(css`
overflow: auto;
`)};