table thead tr.sticky th.category {
  position: sticky;
  z-index: 100;
  top: 0;
}