Replace body height units from svh to dvh
| @@ -138,6 +138,7 @@ body { | ||
| 138 | 138 | /*fallback for JS load*/ |
| 139 | 139 | height: 100vh; |
| 140 | 140 | height: 100svh; |
| 141 | + height: 100dvh; | |
| 141 | 142 | /*defaults as 100%, then reassigned via JS as pixels, will work on PC and Android*/ |
| 142 | 143 | /*height: calc(var(--doc-height) - 1px);*/ |
| 143 | 144 | background-color: var(--greyCAIbg); |