mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
fixes #11139: add position: relative; to .modal-dialog so that z-index takes effect
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user