fix: overflow
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m40s

This commit is contained in:
Hewston Fox
2026-03-22 13:29:01 +02:00
parent e3088b7c47
commit 2cc51e62f4

View File

@@ -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 {