Установите прокрутку на столе


table {
  display: block;
  height: 500px;
  overflow-y: scroll;
}