 html { scrollbar-color: #8337FF #080808; scrollbar-width: thin; } html::-webkit-scrollbar { width: 6px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #080808 !important; } html::-webkit-scrollbar-thumb:hover { background: #8337FF !important; } html::-webkit-scrollbar-thumb { background: #8337FF !important; border: 1px solid #000 !important; -webkit-border-radius: 5px !important;  } 