Add explicit z-index to hero and slicknav for better stacking
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user