From f8ca0a613f0d5d99b85fa3c2a409c270b548c828 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 6 Mar 2018 14:56:38 -0500 Subject: [PATCH] Update prompt.block.less --- awx/ui/client/src/templates/prompt/prompt.block.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/templates/prompt/prompt.block.less b/awx/ui/client/src/templates/prompt/prompt.block.less index 93722ff0cf..e6cc8601a1 100644 --- a/awx/ui/client/src/templates/prompt/prompt.block.less +++ b/awx/ui/client/src/templates/prompt/prompt.block.less @@ -66,7 +66,7 @@ padding: 10px; border-radius: 5px; max-height: 120px; - overflow-y: scroll; + overflow-y: auto; } .Prompt-selectedItemRevert { display: flex;