.table-wrap.service-table-v2-ready{
  max-height:calc(100vh - 285px)!important;
  min-height:260px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
  scrollbar-gutter:stable!important;
}

.table-wrap.service-table-v2-ready .service-jobs-v2 thead th{
  position:sticky!important;
  top:0!important;
  z-index:8!important;
  background:#171c20!important;
  box-shadow:0 1px 0 #2b333a!important;
}

/* The table scrolls inside its own viewport, so the horizontal scrollbar
   stays at the bottom of the visible table instead of after all records. */
@media(max-height:760px){
  .table-wrap.service-table-v2-ready{
    max-height:calc(100vh - 245px)!important;
    min-height:220px!important;
  }
}

@media(max-width:900px){
  .table-wrap.service-table-v2-ready{
    max-height:calc(100vh - 250px)!important;
    min-height:220px!important;
  }
}
