Reset z-index on summary section when screen goes back to > 1240px.

This commit is contained in:
Chris Houseknecht
2014-05-01 02:44:48 -04:00
parent ad5ca80e47
commit 8e0cc4d2f4

View File

@@ -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() {