From 23e2af5e62d518fd07a0f13ac0fb17c73734eae9 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Fri, 4 Aug 2017 14:19:52 -0400 Subject: [PATCH] Make multicredential field scrollable --- awx/ui/client/legacy-styles/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index 68823ea83b..7f44ed0193 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -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 {