.hScroll {
  position: sticky;
  left: 0;
  top: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  z-index: 10;
}

.hScroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
}