From 4f27f45f09b6a5660269ff9a25e44871ae9481b5 Mon Sep 17 00:00:00 2001 From: Andrew Etchen Date: Tue, 17 Oct 2023 14:30:49 -0400 Subject: [PATCH] Adjust `z-index` of sticky table headers --- assets/quick-order-list.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/quick-order-list.css b/assets/quick-order-list.css index 77f2d2f45ba..cf14f1cbe4a 100644 --- a/assets/quick-order-list.css +++ b/assets/quick-order-list.css @@ -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));