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

This removes some oddities with the CSS causing select menus to be
hidden in some circumstances. The side effect of this is that when the
modal body is tall, the window now scrolls instead of the body. I'm not
sure if this is actually bad, but its different.

Change-Id: If890ada4c1c450962789db23e9b4cfc50fe77900
Closes-Bug: 1603496
This commit is contained in:
Eddie Ramirez 2016-10-21 23:00:15 +00:00 committed by Rob Cresswell
parent 2f0756fdd1
commit f40e9d438e

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 {