BottomSheet: position below the insets top
This commit is contained in:
parent
4b17c426ab
commit
94088768ba
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue