diff --git a/src/components/Drawer/styles.module.css b/src/components/Drawer/styles.module.css index 06d3c536e6..1f130b6b60 100644 --- a/src/components/Drawer/styles.module.css +++ b/src/components/Drawer/styles.module.css @@ -17,6 +17,7 @@ flex-direction: column; padding: 0 var(--sp48); overflow-y: auto; + overscroll-behavior: contain; visibility: hidden; background: white; box-shadow: -8px 0 56px 0 rgb(0 0 0 / 8%) !important;