.table-fixed thead {
  width: 100%;
}
.table-fixed tbody {
  height: 80vh;
  overflow-y: auto;
  width: 100%;
}

