BottomSheet: fix height on phone

This commit is contained in:
thislight 2024-08-13 15:09:18 +08:00
parent 52e1a27b17
commit 0f78657f35

View file

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