diff options
| author | Jacob Thornton <[email protected]> | 2012-08-27 20:43:12 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-08-27 20:43:12 -0700 |
| commit | d797a5fbd7dd883a09bf00e516e0bd509c898f53 (patch) | |
| tree | 6e668cfdaf16a57d4d1b715ff4cb1b49d8ca5eba /docs/assets/css | |
| parent | 438f745ea21f100b1a8d3d8b1722ed07a743c359 (diff) | |
| download | bootstrap-d797a5fbd7dd883a09bf00e516e0bd509c898f53.tar.xz bootstrap-d797a5fbd7dd883a09bf00e516e0bd509c898f53.zip | |
fix for open elements under modal when .modal-open
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 7603b7a1c..84ad4de72 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -4815,19 +4815,19 @@ input[type="submit"].btn.btn-mini { background-color: #fff; } -.modal-open .dropdown-menu { +.modal-open .modal .dropdown-menu { z-index: 2050; } -.modal-open .dropdown.open { +.modal-open .modal .dropdown.open { *z-index: 2050; } -.modal-open .popover { +.modal-open .modal .popover { z-index: 2060; } -.modal-open .tooltip { +.modal-open .modal .tooltip { z-index: 2080; } |
