Skip to content

Commit

Permalink
Fixed Notify <-> NavBar z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Fax committed Feb 7, 2014
1 parent 61a4bf6 commit 5d85a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion less/navigation-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
.navigation-bar, .navbar {
&.fixed-top, &.fixed-bottom {
position: fixed;
z-index: 10000;
z-index: @zindexFixedNavbar;
left: 0;
}

Expand Down

0 comments on commit 5d85a9f

Please sign in to comment.