From 79069b49b8c8003d4fb57b721e830fbe3e576dc9 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:06:06 +0000 Subject: [PATCH] Replace body height units from svh to dvh --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 885eafe51..702b5f16b 100644 --- a/public/style.css +++ b/public/style.css @@ -138,6 +138,7 @@ body { /*fallback for JS load*/ height: 100vh; height: 100svh; + height: 100dvh; /*defaults as 100%, then reassigned via JS as pixels, will work on PC and Android*/ /*height: calc(var(--doc-height) - 1px);*/ background-color: var(--greyCAIbg);