diff options
| author | fat <[email protected]> | 2014-10-02 22:39:48 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2014-10-09 20:01:51 -0700 |
| commit | 4bbe80658a9d32df131e5fb13bc20688b99a70d5 (patch) | |
| tree | 1e3a765d97e3bd5e5c83ac7c7e8d3c2f42c4c336 /dist/css/bootstrap.css | |
| parent | 9299f5dfa25d6fbf0933f7de7db58b50c868ab47 (diff) | |
| download | bootstrap-4bbe80658a9d32df131e5fb13bc20688b99a70d5.tar.xz bootstrap-4bbe80658a9d32df131e5fb13bc20688b99a70d5.zip | |
fixes #13816 Modal dialog closes when dragging and releasing mouse button outside dialog
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 1494f17ba..ffde5528a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5503,7 +5503,7 @@ button.close { right: 0; bottom: 0; left: 0; - z-index: 1050; + z-index: 1040; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; @@ -5551,7 +5551,6 @@ button.close { right: 0; bottom: 0; left: 0; - z-index: 1040; background-color: #000; } .modal-backdrop.fade { |
