diff options
| author | Mark Otto <[email protected]> | 2013-10-20 20:04:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-20 20:04:10 -0700 |
| commit | 5aa4c5cb0c1b8bed3a4bb6b6a867f48b4a59f2fb (patch) | |
| tree | eee061533e8746a91ddca85a736c9964bae8e78d /dist/css/bootstrap.css | |
| parent | 369f5ba760993001fe6c4cc56ee3cf0327c3395d (diff) | |
| download | bootstrap-5aa4c5cb0c1b8bed3a4bb6b6a867f48b4a59f2fb.tar.xz bootstrap-5aa4c5cb0c1b8bed3a4bb6b6a867f48b4a59f2fb.zip | |
fixes #11139: add position: relative; to .modal-dialog so that z-index takes effect
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c8ff1ff18..71768f9a9 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5933,6 +5933,7 @@ button.close { } .modal-dialog { + position: relative; z-index: 1050; width: auto; padding: 10px; |
