From 31d7eaf6ac17efc0870d300b0ec010399bddb4c0 Mon Sep 17 00:00:00 2001 From: Hewston Fox Date: Sun, 22 Mar 2026 16:50:09 +0200 Subject: [PATCH] fix: hide navigation on keyboard visible --- src/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;