mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
fixes #11139: add position: relative; to .modal-dialog so that z-index takes effect
This commit is contained in:
parent
369f5ba760
commit
5aa4c5cb0c
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;
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user