﻿.tableFixHead {
    overflow: auto;
    height: 300px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background: #ffffff;
}
