Unset doc-height for body
This commit is contained in:
parent
aa845b4727
commit
c8ed8e06f1
|
@ -129,7 +129,7 @@ body {
|
|||
height: 100vh;
|
||||
height: 100svh;
|
||||
/*defaults as 100%, then reassigned via JS as pixels, will work on PC and Android*/
|
||||
height: calc(var(--doc-height) - 1px);
|
||||
/*height: calc(var(--doc-height) - 1px);*/
|
||||
background-color: var(--greyCAIbg);
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
|
|
Loading…
Reference in New Issue