From 2cc51e62f4c98849a590c3a1a1c889b52f1505ec Mon Sep 17 00:00:00 2001 From: Hewston Fox Date: Sun, 22 Mar 2026 13:29:01 +0200 Subject: [PATCH] fix: overflow --- src/styles/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {