Commit f86fb483 authored by Prayas Jain's avatar Prayas Jain

Updated_Css

parent 39158fcc
......@@ -37,7 +37,7 @@ myApp
showProgressDialog('Please wait while data is imported from file...!!!');
var formData = new FormData();
formData.append('file', file);
$http.post(appConfig.appUri+ "/employee/fileUpload?empId="+empId,
$http.post(appConfig.appUri+ "employee/fileUpload?empId="+empId,
formData,{
transformRequest : angular.identity,
headers : {'Content-Type' : undefined },
......
......@@ -160,11 +160,6 @@ i.fa.fa-refresh:hover {
list-style: none;
padding: 0;
}
.sidebar-nav {
overflow-y: scroll;
position: relative;
height: 555px;
}
#sidebar-wrapper .sidebar-nav li {
border-bottom: 1px dotted #34495e;
line-height: normal;
......@@ -257,6 +252,7 @@ i.fa.fa-refresh:hover {
display: flex;
/* height: calc(100% - 105px); need to test and enable*/
overflow: hidden;
height:100%;
}
/* .main-container #sidebar-left, .main-container #main {
flex: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment