Merge "Allow dropdowns to be in front of div.modal-footer"

This commit is contained in:
Jenkins 2017-07-27 15:58:11 +00:00 committed by Gerrit Code Review
commit a956fe7a8b

@ -1,7 +1,4 @@
.modal-body {
overflow-y: auto;
max-height: calc(100vh - #{$bs-modal-height});
// Subtract the help-button width and add the modal inner padding
// because the element is in the place which is applied the modal inner padding.
.step-description {