.table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
  }
  .table-wrapper {
    max-height: 750px;
    overflow: auto;
    display: inline-block;
  }