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; } }