diff --git a/src/material/BottomSheet.module.css b/src/material/BottomSheet.module.css index 0295b86..e48ce13 100644 --- a/src/material/BottomSheet.module.css +++ b/src/material/BottomSheet.module.css @@ -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%; } } } diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index 31a7424..0a76743 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -49,7 +49,7 @@ const Settings: ParentComponent = () => { - +