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:
parent
6bea82288b
commit
c841f92a99
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: -55px auto 20px;
|
margin: -55px auto 20px;
|
||||||
max-width: calc(100% - 30px);
|
max-width: calc(100% - 30px);
|
||||||
z-index: 3;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1100px) {
|
@media (min-width: 1100px) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue