.tableFixHead {
    overflow-y: scroll;
}

.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color:whitesmoke;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 8px 16px;
}
