From 4d317156f67f69dcfa3c90a32f074b996b2e36fa Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Fri, 17 Jan 2025 23:53:54 +0100 Subject: [PATCH] webthrottle: fix use height 100dvh for mobile, to prevent scrolling due to address bar see #178 --- server/www/css/throttle.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/www/css/throttle.css b/server/www/css/throttle.css index 7bf56839..8d055f08 100644 --- a/server/www/css/throttle.css +++ b/server/www/css/throttle.css @@ -77,6 +77,7 @@ html, body { height: 100vh; + height: 100dvh; width: 100vw; }