.body-container  {
  /* so that sticky thead works */
  overflow: visible;
}
thead.is-stuck > tr > th {
  border-bottom: 1px solid #e8e8e8 !important;
}