Restore slicknav_menu z-index to 1000 to fix navbar visibility
This commit is contained in:
@@ -847,7 +847,7 @@ header.main-header .header-sticky.active{
|
||||
padding: 0;
|
||||
background: var(--accent-color);
|
||||
border-radius: 0 0 50px 0;
|
||||
z-index: 100;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.slicknav_menu ul{
|
||||
|
||||
Reference in New Issue
Block a user