* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

*::-webkit-scrollbar-button {
  opacity: 0;
}

*::-webkit-scrollbar-track-piece {
  border: 0;
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
