fix: unfixed input bar + safe area inset for Safari (iOS)

This commit is contained in:
Siddhant Rai
2024-06-13 00:21:51 +05:30
parent abdb80a6be
commit bd5d93a964
4 changed files with 10 additions and 6 deletions

View File

@@ -408,3 +408,7 @@ template {
::-webkit-scrollbar {
width: 0;
}
.bottom-safe {
bottom: env(safe-area-inset-bottom, 0);
}