 
 
 html { scrollbar-color: #FFF200 #E8E8E8; scrollbar-width: thin; } html::-webkit-scrollbar { width: 20px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #E8E8E8 !important; } html::-webkit-scrollbar-thumb:hover { background: #00A6FF !important; } html::-webkit-scrollbar-thumb { background: #FFF200 !important; border: 1px solid #000 !important; -webkit-border-radius: 0px !important;  } 