Unset doc-height for body

This commit is contained in:
Cohee 2024-05-14 22:13:00 +03:00
parent aa845b4727
commit c8ed8e06f1
1 changed files with 1 additions and 1 deletions

View File

@ -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;