.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.hideBar {
  &.scroll::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none;
    color: transparent;
  }
}
