diff options
| author | Mark Otto <[email protected]> | 2013-10-20 21:12:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-20 21:12:09 -0700 |
| commit | 76baacf2c94bec03273639ef0ed966dad87cf37a (patch) | |
| tree | e5998e84934fd7144516b4132772b8cea2dba47b /dist/css/bootstrap.css | |
| parent | c71f89518f88d05e4a2f202264498ac85242fcbd (diff) | |
| download | bootstrap-76baacf2c94bec03273639ef0ed966dad87cf37a.tar.xz bootstrap-76baacf2c94bec03273639ef0ed966dad87cf37a.zip | |
Remove default z-index on navbar and only set on static and fixed variants
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 25e99925e..b92a87a54 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4266,7 +4266,6 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar { position: relative; - z-index: 1000; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; @@ -4294,7 +4293,6 @@ textarea.input-group-sm > .input-group-btn > .btn { @media (min-width: 768px) { .navbar { - z-index: auto; border-radius: 4px; } } @@ -4400,6 +4398,7 @@ textarea.input-group-sm > .input-group-btn > .btn { } .navbar-static-top { + z-index: 1000; border-width: 0 0 1px; } |
