BottomSheet: fix visual problem on iOS
All checks were successful
/ depoly (push) Successful in 1m1s
All checks were successful
/ depoly (push) Successful in 1m1s
This commit is contained in:
parent
95fe954c5e
commit
2de1960fb5
2 changed files with 3 additions and 2 deletions
|
@ -22,11 +22,12 @@
|
|||
@media (max-width: 560px) {
|
||||
& {
|
||||
left: 0;
|
||||
top: var(--safe-area-inset-top, 0);
|
||||
top: 0;
|
||||
transform: none;
|
||||
bottom: 0;
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
max-height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue