Skip to content

Commit

Permalink
Remove sticky header on cart drawer to avoid overlap of content (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo authored Feb 15, 2024
1 parent 3450adc commit 3bba771
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/component-cart-drawer.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,6 @@ cart-drawer {
.cart-drawer thead {
display: inline-table;
width: 100%;
position: sticky;
top: 0;
z-index: 2;
background-color: rgb(var(--color-background));
}

cart-drawer-items {
Expand Down

0 comments on commit 3bba771

Please sign in to comment.