diff --git a/src/styles/index.css b/src/styles/index.css index bf6b7a3..53948fc 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -29,7 +29,7 @@ html, body { background: #9ebf3e; - height: 100dvh; + height: var(--safe-area-height, 100dvh); width: var(--safe-area-width); font-family: "BalsamiqSans", sans-serif; overflow: hidden;