Skip to content

Commit

Permalink
Fix overflow scrolling on options modal (Shopify#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyleralsbury authored Nov 26, 2024
1 parent aa427bb commit 0ca9c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/quick-add.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
padding-right: 4.4rem;
display: flex;
overflow-y: auto;
overflow-x: hidden;
padding: var(--modal-padding);
height: 100%;
}
Expand Down

0 comments on commit 0ca9c65

Please sign in to comment.