Skip to content

Commit 3bba771

Browse files
authored
Remove sticky header on cart drawer to avoid overlap of content (#3279)
1 parent 3450adc commit 3bba771

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

assets/component-cart-drawer.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ cart-drawer {
182182
.cart-drawer thead {
183183
display: inline-table;
184184
width: 100%;
185-
position: sticky;
186-
top: 0;
187-
z-index: 2;
188-
background-color: rgb(var(--color-background));
189185
}
190186

191187
cart-drawer-items {

0 commit comments

Comments
 (0)