From 83d5fef67cea897e533bed81ae255f3d89eb2268 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 2 May 2018 01:02:56 -0400 Subject: [PATCH] conditionally hide scroll --- awx/ui/client/features/output/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index 0bb8a72aba..524951ecbc 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -303,7 +303,7 @@ grid-template-rows: minmax(500px, ~"calc(100vh - 140px)"); .at-Panel { - overflow-y: scroll; + overflow-y: auto; } }