mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 16:53:35 -05:00
Merge pull request #175 from marshmalien/fix/7379-scrollable-multicredential-lookup
Make multicredential lookup scrollable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user