.stageArrowsWrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.stageArrowsWrapper::-webkit-scrollbar {
  display: none;
}
