fix: hide navigation on keyboard visible
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m32s

This commit is contained in:
Hewston Fox
2026-03-22 16:50:09 +02:00
parent 9bb32c1756
commit 31d7eaf6ac

View File

@@ -29,7 +29,7 @@
html, html,
body { body {
background: #9ebf3e; background: #9ebf3e;
height: 100dvh; height: var(--safe-area-height, 100dvh);
width: var(--safe-area-width); width: var(--safe-area-width);
font-family: "BalsamiqSans", sans-serif; font-family: "BalsamiqSans", sans-serif;
overflow: hidden; overflow: hidden;