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 /less | |
| 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 'less')
| -rw-r--r-- | less/modals.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index 776073d57..99cf76469 100644 --- a/less/modals.less +++ b/less/modals.less @@ -34,6 +34,7 @@ // Shell div to position the modal with bottom padding .modal-dialog { + position: relative; margin-left: auto; margin-right: auto; width: auto; |
