diff options
| author | Mark Otto <[email protected]> | 2012-01-07 01:08:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 01:08:58 -0800 |
| commit | e23448ab1b2cc627a3cab54406ffce6c915297b6 (patch) | |
| tree | 463aa728bd9db9b4578d5b56641f736a2cf32cf0 /lib | |
| parent | d6a1402f2af5111e11a87a6029b642dc0b814854 (diff) | |
| download | bootstrap-e23448ab1b2cc627a3cab54406ffce6c915297b6.tar.xz bootstrap-e23448ab1b2cc627a3cab54406ffce6c915297b6.zip | |
make fixed navbars have lower z-index
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/navbar.less b/lib/navbar.less index 516890ba7..9756ce2ca 100644 --- a/lib/navbar.less +++ b/lib/navbar.less @@ -125,7 +125,7 @@ top: 0; right: 0; left: 0; - z-index: 10000; + z-index: 999; } |
