/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #434343 #1A1A1A;
}*/

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  *::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #1A1A1A;
  }
  
  *::-webkit-scrollbar-track:hover {
    background-color: #1A1A1A;
  }
  
  *::-webkit-scrollbar-track:active {
    background-color: #1A1A1A;
  }
  
  *::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #1A1A1A
  }
  
  *::-webkit-scrollbar-thumb:hover {
    background-color: #1A1A1A
  }
  
  *::-webkit-scrollbar-thumb:active {
    background-color: #1A1A1A
  }