diff --git a/awx/ui/static/js/controllers/JobDetail.js b/awx/ui/static/js/controllers/JobDetail.js index 739c44285c..f786c202f0 100644 --- a/awx/ui/static/js/controllers/JobDetail.js +++ b/awx/ui/static/js/controllers/JobDetail.js @@ -269,7 +269,7 @@ function JobDetailController ($scope, $compile, $routeParams, ClearScope, Breadc 'box-shadow': 'none', 'height': 'auto' }); - $('#job-summary-container').css({ "width": "41.66666667%", "padding-right": "15px" }).show(); + $('#job-summary-container').css({ "width": "41.66666667%", "padding-right": "15px", "z-index": 0 }).show(); } } $(document).ready(function() {