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