From 6f709a6f57d10df73bf6d6ba5fc44c22d80f8717 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 7 Oct 2017 23:44:27 -0700 Subject: navbar controls now functionally hidden with too low z-index when cover_photo is showing and navbar doesn't have class fixed-top --- view/theme/redbasic/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/theme/redbasic') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index de6f8dac1..22bdc2dbc 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1454,6 +1454,10 @@ blockquote { background-color: $nav_bg !important; } +.navbar { + z-index:1030; +} + .navbar-dark .navbar-nav .nav-link, .usermenu i { color: $nav_icon_colour; -- cgit v1.2.3