From 4d492b5c27e14062546f8a233c293c81ba3f7e9a Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Tue, 11 Nov 2025 22:02:52 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20fix:=20use=20dvh=20units=20for?= =?UTF-8?q?=20body=20height?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index c598f6ead..f546aaf97 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -252,7 +252,7 @@ body { html, body, #root { - height: 100vh; + height: 100dvh; overflow: hidden; }