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:
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
@@ -5933,6 +5933,7 @@ button.close {
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
position: relative;
|
||||
z-index: 1050;
|
||||
width: auto;
|
||||
padding: 10px;
|
||||
|
Reference in New Issue
Block a user