fix: viewport height-related issue on mobile

This commit is contained in:
Aman Harwara
2022-10-12 00:54:15 +05:30
committed by GitHub
parent 46e3cae804
commit 990939318f
2 changed files with 16 additions and 21 deletions

View File

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