1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 00:59:51 +02:00

fixes #11139: add position: relative; to .modal-dialog so that z-index takes effect

This commit is contained in:
Mark Otto
2013-10-20 20:04:10 -07:00
parent 369f5ba760
commit 5aa4c5cb0c
3 changed files with 3 additions and 1 deletions

View File

@@ -5933,6 +5933,7 @@ button.close {
}
.modal-dialog {
position: relative;
z-index: 1050;
width: auto;
padding: 10px;