Skip to content

Commit

Permalink
Add missing shadow styles to inputs in Quick Order List (#2879)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiamatulis authored and KaichenWang committed Jul 26, 2023
1 parent ca15c89 commit c4d51e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/quick-order-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ quick-order-list .quantity__button {
text-align: center;
}

.variant-item__quantity .quantity:before {
z-index: 0;
}

.variant-item__quantity .quantity__button {
z-index: 1;
}

@media screen and (min-width: 990px) {
.quick-order-list__total {
position: sticky;
Expand Down

0 comments on commit c4d51e3

Please sign in to comment.