diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 44fa82d..f15ccdc 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -6,7 +6,10 @@ padding: 0; } -html, +html { + height: 100dvh; +} + body, #root { height: 100%;