]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/_nav.scss
fixed second navigation bug over main navigation
[people/shoehn/ipfire.org.git] / static / scss / _nav.scss
index 4a69e1d0a4a4ee9ea12653a197bce767e76a8dc3..48c024d028852316bc3d6cb6f975decca9347eac 100644 (file)
@@ -10,6 +10,7 @@
        &.open {
                display: block;
                visibility: visible;
+               z-index: 250;
        }
 }
 
@@ -61,6 +62,7 @@
        }
        .navbar {
                width: 100%;
+               z-index: 500;
                a {
                        color: $blue-grey-900;
                        @include media-breakpoint-up(sm) {
@@ -234,7 +236,7 @@ body.Involved li.nav-item a.community {
                                0 1px 2px 0 rgba(0, 0, 0, 0.23);
                position: fixed;
                top: 52px;
-               z-index: 9999;
+               z-index: 200;
                background-color: white;
        }
        ul {