mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Reset z-index on summary section when screen goes back to > 1240px.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user