BottomSheet: position below the insets top

This commit is contained in:
thislight 2024-08-05 16:28:50 +08:00
parent dbb14e3d74
commit 147a5bb488

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;