refix for body size on large res monitors zoomed in.

This commit is contained in:
RossAscends
2023-05-01 16:14:28 +09:00
parent 12d5240bba
commit 4b2faa6639

View File

@@ -86,7 +86,7 @@ body {
/*fallback for JS load*/
height: 100svh;
/*defaults as 100%, then reassigned via JS as pixels, will work on PC and Android*/
height: var(--doc-height);
height: calc(var(--doc-height) - 1px);
background-color: var(--greyCAIbg);
background-repeat: no-repeat;
background-attachment: fixed;