.tabulation__head {
  position: sticky;
  z-index: 1;
  top: var(--top, 0);
  background: #ebf5ff;
}

.tabulation__filters {
  overflow: auto;
}
