BottomSheet: fix height on phone

This commit is contained in:
thislight 2024-08-13 15:09:18 +08:00
parent 086c692dff
commit 8d14abf122
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -31,7 +31,8 @@
bottom: 0;
height: 100vh;
height: 100dvh;
max-height: 100%;
max-height: 100vh;
max-height: 100dvh;
}
}