2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Remove default z-index on navbar and only set on static and fixed variants

This commit is contained in:
Mark Otto
2013-10-20 21:12:09 -07:00
parent c71f89518f
commit 76baacf2c9
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -10,7 +10,6 @@
.navbar {
position: relative;
z-index: @zindex-navbar;
min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)
margin-bottom: @navbar-margin-bottom;
border: 1px solid transparent;
@@ -19,7 +18,6 @@
.clearfix();
@media (min-width: @grid-float-breakpoint) {
z-index: auto;
border-radius: @navbar-border-radius;
}
}
@@ -117,7 +115,9 @@
// Static top (unfixed, but 100% wide) navbar
.navbar-static-top {
z-index: @zindex-navbar;
border-width: 0 0 1px;
@media (min-width: @grid-float-breakpoint) {
border-radius: 0;
}