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