Merge "Allow dropdowns to be in front of div.modal-footer" into stable/ocata

This commit is contained in:
Jenkins 2017-07-28 08:49:38 +00:00 committed by Gerrit Code Review
commit 082c449433
1 changed files with 0 additions and 3 deletions

View File

@ -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 {