mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -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',
|
'box-shadow': 'none',
|
||||||
'height': 'auto'
|
'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() {
|
$(document).ready(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user