BottomSheet: position below the insets top

This commit is contained in:
thislight 2024-08-05 16:28:50 +08:00
parent 4b17c426ab
commit 94088768ba
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -22,7 +22,7 @@
@media (max-width: 560px) {
& {
left: 0;
top: 0;
top: var(--safe-area-inset-top, 0);
transform: none;
bottom: 0;
height: 100vh;