fix: no safe-area for iOS browser, input not fixed

This commit is contained in:
Siddhant Rai
2024-08-05 19:05:34 +05:30
parent bd5fa83fe0
commit 22b7445ac4
3 changed files with 8 additions and 4 deletions

View File

@@ -429,3 +429,7 @@ template {
padding-left: 36px;
padding-right: 36px;
}
.bottom-safe {
bottom: env(safe-area-inset-bottom, 0);
}