
 
 html { scrollbar-color: #8888FF #f4f5f6; scrollbar-width: thin; } html::-webkit-scrollbar { width: 10px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #f4f5f6 !important; } html::-webkit-scrollbar-thumb:hover { background: #8888FF !important; } html::-webkit-scrollbar-thumb { background: #8888FF !important; border: 1px solid #8888FF !important; -webkit-border-radius: 10px !important;  } 