From 4418fd3279bd15441ffaf2eb4f11300662600876 Mon Sep 17 00:00:00 2001 From: Adrian Victor Date: Fri, 1 May 2026 09:50:54 -0300 Subject: [PATCH] Use dvh instead of svh for body size. --- www/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/style.css b/www/style.css index 2c8913f..de93b8b 100644 --- a/www/style.css +++ b/www/style.css @@ -37,8 +37,8 @@ body { flex-direction: column; padding: 2em; gap: 1em; - height: 100svh; - max-height: 100svh; + height: 100dvh; + max-height: 100dvh; width: 30vw; margin: auto; overflow: hidden;