fix: add fallback for viewport height on mobile (#1766)

This commit is contained in:
Aman Harwara
2022-10-07 15:41:45 +05:30
committed by GitHub
parent 8de6023848
commit 1e3acd50e9
3 changed files with 16 additions and 9 deletions

View File

@@ -34,6 +34,8 @@
@media screen and (max-width: 768px) {
--sn-stylekit-font-size-editor: 1rem;
}
--viewport-height: 100vh;
}
html {