diff options
| author | Mark Otto <[email protected]> | 2013-08-19 09:31:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-19 09:31:16 -0700 |
| commit | 7bc845abfa7aed4c1647ff537bd8bca80df20da3 (patch) | |
| tree | 0e9a9b998927a0e53583551fcc0d8cb79b459f6b /dist/css/bootstrap.css | |
| parent | b5698361266345c653e7b21ec109bb0f9592129c (diff) | |
| download | bootstrap-7bc845abfa7aed4c1647ff537bd8bca80df20da3.tar.xz bootstrap-7bc845abfa7aed4c1647ff537bd8bca80df20da3.zip | |
Add default navbar z-index to fix #9844
iOS doesn't pick up the z-indexing properly on the dropdowns unless you
specify one for the parent navbar.
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 525f5d8f0..1ebbedcb7 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4013,6 +4013,7 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar { position: relative; + z-index: 1000; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; @@ -4159,7 +4160,6 @@ textarea.input-group-sm > .input-group-btn > .btn { position: fixed; right: 0; left: 0; - z-index: 1030; border-width: 0 0 1px; } @@ -4172,6 +4172,7 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar-fixed-top { top: 0; + z-index: 1030; } .navbar-fixed-bottom { |
