::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: rgba(30, 30, 30, 0.25);
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(30, 30, 30, 0.5);
}

::-webkit-scrollbar-track {
  background-color: rgba(30, 30, 30, 0.05);
}

/*# sourceMappingURL=scrollbar.css.map */