mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
fixes #11139: add position: relative; to .modal-dialog so that z-index takes effect
This commit is contained in:
Vendored
+1
@@ -5933,6 +5933,7 @@ button.close {
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
position: relative;
|
||||
z-index: 1050;
|
||||
width: auto;
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user