Job detail page re-refactor

Fixed z-index conflict between modal dialog and summary slide-out.
This commit is contained in:
Chris Houseknecht 2014-07-09 18:35:10 -04:00
parent cd10ddba08
commit 69a680a089
2 changed files with 2 additions and 2 deletions

View File

@ -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'});

View File

@ -229,7 +229,7 @@ textarea.allowresize {
position: absolute;
top: 0;
left: 0;
z-index: 1999;
z-index: 1080;
background-color: @black;
opacity: 0;
}