BottomSheet: fix height on phone
This commit is contained in:
parent
086c692dff
commit
8d14abf122
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@
|
|||
bottom: 0;
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
max-height: 100%;
|
||||
max-height: 100vh;
|
||||
max-height: 100dvh;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue