Skip to content

Commit

Permalink
Adjust z-index of sticky table headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Etchen committed Oct 17, 2023
1 parent 649621e commit 4f27f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/quick-order-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ quick-order-list .tax-note {

.quick-order-list__table--sticky thead th {
position: sticky;
z-index: 2;
z-index: 3; /* desktop */
padding-top: 2rem;
opacity: 1;
background-color: rgb(var(--color-background));
Expand Down

0 comments on commit 4f27f45

Please sign in to comment.