diff --git a/src/App.css b/src/App.css index e2c7ce3..356b93a 100644 --- a/src/App.css +++ b/src/App.css @@ -4,7 +4,7 @@ --safe-area-inset-bottom: env(safe-area-inset-bottom); --safe-area-inset-right: env(safe-area-inset-right); background-color: var(--tutu-color-surface, transparent); - overscroll-behavior-block: contain; + overscroll-behavior-block: none; } .custom-emoji { diff --git a/src/material/BottomSheet.module.css b/src/material/BottomSheet.module.css index d096fff..4a35711 100644 --- a/src/material/BottomSheet.module.css +++ b/src/material/BottomSheet.module.css @@ -9,7 +9,7 @@ width: 100%; max-width: 560px; border-radius: 2px; - overscroll-behavior: contain; + overscroll-behavior: none; max-height: 100vh; max-height: 100dvh;