* {
  /* FF */
  scrollbar-color: #000 #85858526;
  scrollbar-width: thin;
}
/* Webkit */
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

*::-webkit-scrollbar-track {
  background-color: #85858526;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:window-inactive {
  background-color: #444444;
}
