Fix slicknav_menu positioning and z-index to prevent header overlay
This commit is contained in:
@@ -842,12 +842,12 @@ header.main-header .header-sticky.active{
|
||||
}
|
||||
|
||||
.slicknav_menu{
|
||||
position: absolute;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
background: var(--accent-color);
|
||||
border-radius: 0 0 50px 0;
|
||||
z-index: 1000;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.slicknav_menu ul{
|
||||
|
||||
Reference in New Issue
Block a user