* {
  scrollbar-width: thin;

  &.scrollbar-hidden {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;

  .scrollbar-hidden & {
    display: none;
  }
}

::-webkit-scrollbar-button {
  display: none;
}