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;
|
||||
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{
|
||||
|
||||
Reference in New Issue
Block a user