.tableFixHead { 

    overflow-y: auto; 
    max-height: 400px;

}
.tableFixHead th { 

    position: sticky;
    position: -webkit-sticky;
    top: 0; 
    background: #FFFFFF;

}

.tableFixHead table {
    
    border-collapse: collapse; width: 100%; 

}
 