.sticky-col {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 2;
}
