<style>
  .sticky-header{
    position: sticky;
    top: 0;
  }

  .table-scroll-body {
    max-height: 300px; /* Adjust as needed */
    overflow-y: scroll;
  }
</style>