aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorJacob <[email protected]>2014-10-09 20:56:21 -0700
committerJacob <[email protected]>2014-10-09 20:56:21 -0700
commit42311c86c1bc25f4c0e32a5855e48754b20f3b63 (patch)
tree1e3a765d97e3bd5e5c83ac7c7e8d3c2f42c4c336 /dist/css/bootstrap.css
parent9299f5dfa25d6fbf0933f7de7db58b50c868ab47 (diff)
parent4bbe80658a9d32df131e5fb13bc20688b99a70d5 (diff)
downloadbootstrap-42311c86c1bc25f4c0e32a5855e48754b20f3b63.tar.xz
bootstrap-42311c86c1bc25f4c0e32a5855e48754b20f3b63.zip
Merge pull request #14724 from twbs/fat-13816
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.css3
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 {