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