mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Job detail page re-refactor
Fixed z-index conflict between modal dialog and summary slide-out.
This commit is contained in:
parent
cd10ddba08
commit
69a680a089
@ -656,7 +656,7 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
||||
top: 0,
|
||||
right: 0,
|
||||
width: slide_width,
|
||||
'z-index': 2000,
|
||||
'z-index': 1090,
|
||||
'padding-right': '15px',
|
||||
'padding-left': '15px'
|
||||
}).show('slide', {'direction': 'right'});
|
||||
|
||||
@ -229,7 +229,7 @@ textarea.allowresize {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1999;
|
||||
z-index: 1080;
|
||||
background-color: @black;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user