 
 
 html { scrollbar-color: #828282 #000000; scrollbar-width: thin; } html::-webkit-scrollbar { width: 10px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #000000 !important; } html::-webkit-scrollbar-thumb:hover { background: #c2c2c2 !important; } html::-webkit-scrollbar-thumb { background: #828282 !important; border: 1px solid #000 !important; -webkit-border-radius: 10px !important;  } 