Merge pull request #175 from marshmalien/fix/7379-scrollable-multicredential-lookup

Make multicredential lookup scrollable
This commit is contained in:
Marliana Lara 2017-08-04 17:10:33 -04:00 committed by GitHub
commit 9ddf2dafe2

View File

@ -686,7 +686,7 @@ input[type='radio']:checked:before {
height: inherit;
min-height: 30px;
max-height: 120px;
overflow-y: hidden;
overflow-y: auto;
}
.Form-variableHeightButtonGroup {