BottomSheet: position below the insets top
This commit is contained in:
parent
dbb14e3d74
commit
147a5bb488
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