1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

fixes #13816 Modal dialog closes when dragging and releasing mouse button outside dialog

This commit is contained in:
fat
2014-10-02 22:39:48 -07:00
parent 9299f5dfa2
commit 4bbe80658a
9 changed files with 21 additions and 26 deletions

View File

@@ -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 {