Skip to content

Commit

Permalink
Add max-height and overflow-y to quick-order-list__container
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Etchen committed Sep 22, 2023
1 parent 347a527 commit 00557a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/quick-order-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ quick-order-list .quantity__button {

.quick-order-list__container {
padding-bottom: 4rem;
max-height: 90rem;
overflow-y: auto;
}

.quick-order-list__container--disabled {
Expand Down

0 comments on commit 00557a5

Please sign in to comment.