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) {
|
@media (max-width: 560px) {
|
||||||
& {
|
& {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: var(--safe-area-inset-top, 0);
|
||||||
transform: none;
|
transform: none;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
Loading…
Reference in a new issue