Add explicit z-index to hero and slicknav for better stacking

This commit is contained in:
2026-03-17 14:06:13 -05:00
parent db28aa077a
commit b20e5ab276

View File

@@ -847,6 +847,7 @@ header.main-header .header-sticky.active{
padding: 0; padding: 0;
background: var(--accent-color); background: var(--accent-color);
border-radius: 0 0 50px 0; border-radius: 0 0 50px 0;
z-index: 1000;
} }
.slicknav_menu ul{ .slicknav_menu ul{
@@ -917,6 +918,7 @@ header.main-header .header-sticky.active{
overflow: hidden; overflow: hidden;
padding: clamp(100px, 20vh, 200px) 0; padding: clamp(100px, 20vh, 200px) 0;
margin-top: 0; margin-top: 0;
z-index: 1;
} }
.hero::before{ .hero::before{