Restore slicknav_menu to working state - position: absolute, no z-index
This commit is contained in:
@@ -842,12 +842,11 @@ header.main-header .header-sticky.active{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.slicknav_menu{
|
.slicknav_menu{
|
||||||
position: relative;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
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{
|
||||||
|
|||||||
Reference in New Issue
Block a user