.table-wrapper {
    overflow-y: auto;
    margin-top: 22px;
    max-height: calc(100vh - 660px);
    min-height: 500px;
}

.table-wrapper thead {
    position: sticky;
    top: 0;
    background-color: white;
}