Replace body height units from svh to dvh
This commit is contained in:
parent
979df4ea0e
commit
79069b49b8
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue