Commit 5aa4c5cb authored by Mark Otto's avatar Mark Otto

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

parent 369f5ba7
...@@ -5933,6 +5933,7 @@ button.close { ...@@ -5933,6 +5933,7 @@ button.close {
} }
.modal-dialog { .modal-dialog {
position: relative;
z-index: 1050; z-index: 1050;
width: auto; width: auto;
padding: 10px; padding: 10px;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
// Shell div to position the modal with bottom padding // Shell div to position the modal with bottom padding
.modal-dialog { .modal-dialog {
position: relative;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
width: auto; width: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment