From 4bbe80658a9d32df131e5fb13bc20688b99a70d5 Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 2 Oct 2014 22:39:48 -0700 Subject: fixes #13816 Modal dialog closes when dragging and releasing mouse button outside dialog --- dist/css/bootstrap.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') 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 { -- cgit v1.2.3