[object Object]

← back to Interiordesignershowroom

Fix products panel + close button z-index (were behind sticky header); panel now overlays correctly

582513e31e2d8dc255fe2e4fc89c5dfddde26f21 · 2026-08-01 21:30:53 -0700 · Steve Abrams

Files touched

Diff

commit 582513e31e2d8dc255fe2e4fc89c5dfddde26f21
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat Aug 1 21:30:53 2026 -0700

    Fix products panel + close button z-index (were behind sticky header); panel now overlays correctly
---
 public/css/site.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/css/site.css b/public/css/site.css
index b6af6e8..39816c5 100644
--- a/public/css/site.css
+++ b/public/css/site.css
@@ -895,7 +895,7 @@ h2.ruled::after {
   right: 0;
   height: 100vh;
   width: 340px;
-  z-index: 40;
+  z-index: 200;
   background: var(--card);
   border-left: 1px solid var(--line);
   box-shadow: -8px 0 40px rgba(22, 19, 15, .12);

← 012c874 Room Builder: fix hamburger click (was behind sticky header)  ·  back to Interiordesignershowroom  ·  Data quality: dead-image guard (in_stock flag), image-based 96155e2 →