navbar controls now functionally hidden with too low z-index when cover_photo is showing and navbar doesn't have class fixed-top
This commit is contained in:
parent
a6835f4e71
commit
6f709a6f57
@ -1454,6 +1454,10 @@ blockquote {
|
|||||||
background-color: $nav_bg !important;
|
background-color: $nav_bg !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
z-index:1030;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-dark .navbar-nav .nav-link,
|
.navbar-dark .navbar-nav .nav-link,
|
||||||
.usermenu i {
|
.usermenu i {
|
||||||
color: $nav_icon_colour;
|
color: $nav_icon_colour;
|
||||||
|
Reference in New Issue
Block a user