Replace body height units from svh to dvh

79069b49b8c8003d4fb57b721e830fbe3e576dc9

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/style.css+1 -0
@@ -138,6 +138,7 @@ body {
138138 /*fallback for JS load*/
139139 height: 100vh;
140140 height: 100svh;
141+ height: 100dvh;
141142 /*defaults as 100%, then reassigned via JS as pixels, will work on PC and Android*/
142143 /*height: calc(var(--doc-height) - 1px);*/
143144 background-color: var(--greyCAIbg);