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