diff options
author | zotlabs <mike@macgirvin.com> | 2017-10-07 23:44:27 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-10-07 23:44:27 -0700 |
commit | 6f709a6f57d10df73bf6d6ba5fc44c22d80f8717 (patch) | |
tree | b33f88fbd0d9ccba5508dd465fa16e325efdc91a | |
parent | a6835f4e714b0648717672767aa32625b72dfc47 (diff) | |
download | volse-hubzilla-6f709a6f57d10df73bf6d6ba5fc44c22d80f8717.tar.gz volse-hubzilla-6f709a6f57d10df73bf6d6ba5fc44c22d80f8717.tar.bz2 volse-hubzilla-6f709a6f57d10df73bf6d6ba5fc44c22d80f8717.zip |
navbar controls now functionally hidden with too low z-index when cover_photo is showing and navbar doesn't have class fixed-top
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |