::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-button {
  width: 8px;
  display: none;
}
::-webkit-scrollbar:horizontal {
  height: 8px;
}
::-webkit-scrollbar-track {
  border-radius: 8px;
}
::-webkit-scrollbar-track-piece {
  border-radius: 8px;
  background: transparent;
}
::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #e5e5e5;
}
::-webkit-scrollbar-corner {
  width: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}
