Skip to content

Commit

Permalink
Merge pull request #4826 from thematters/fix/drawer-scroll-behavior
Browse files Browse the repository at this point in the history
fix(Drawer): add overscroll-behavior
  • Loading branch information
wlliaml authored Sep 3, 2024
2 parents 11c4679 + c700ce8 commit 40ee0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Drawer/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 40ee0d7

Please sign in to comment.