diff --git a/src/material/BottomSheet.module.css b/src/material/BottomSheet.module.css index 237d0bd..5693423 100644 --- a/src/material/BottomSheet.module.css +++ b/src/material/BottomSheet.module.css @@ -31,7 +31,8 @@ bottom: 0; height: 100vh; height: 100dvh; - max-height: 100%; + max-height: 100vh; + max-height: 100dvh; } }