From c841f92a9918cfeb6d4b0a880011d2cd07ad7683 Mon Sep 17 00:00:00 2001 From: gabeszm Date: Thu, 16 Oct 2025 17:26:33 +0200 Subject: [PATCH] Fix z-index: ensure search-menu-panel appears above CTA cards - Lower .cta-section z-index from 3 to 1 - Prevents search menu dropdown from appearing behind CTA cards - Maintains proper stacking context for search functionality --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 23df2e6..2a26986 100644 --- a/common/common.scss +++ b/common/common.scss @@ -142,7 +142,7 @@ position: relative; margin: -55px auto 20px; max-width: calc(100% - 30px); - z-index: 3; + z-index: 1; } @media (min-width: 1100px) {