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 /less | |
| 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 'less')
| -rw-r--r-- | less/modals.less | 1 | ||||
| -rw-r--r-- | less/variables.less | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/less/modals.less b/less/modals.less index 1de622050..7468b14f9 100644 --- a/less/modals.less +++ b/less/modals.less @@ -67,7 +67,6 @@ right: 0; bottom: 0; left: 0; - z-index: @zindex-modal-background; background-color: @modal-backdrop-bg; // Fade for backdrop &.fade { .opacity(0); } diff --git a/less/variables.less b/less/variables.less index f0d98647a..86d53e629 100644 --- a/less/variables.less +++ b/less/variables.less @@ -260,8 +260,7 @@ @zindex-popover: 1060; @zindex-tooltip: 1070; @zindex-navbar-fixed: 1030; -@zindex-modal-background: 1040; -@zindex-modal: 1050; +@zindex-modal: 1040; //== Media queries breakpoints |
