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
This commit is contained in:
gabeszm 2025-10-16 17:26:33 +02:00
parent 6bea82288b
commit c841f92a99

View file

@ -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) {