diff --git a/public/style.css b/public/style.css index 54b53fc8e..897df7af2 100644 --- a/public/style.css +++ b/public/style.css @@ -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;