 
 
 /*html { scrollbar-color: #0058ff #d9e9ff; scrollbar-width: thin; -webkit-overflow-scrolling: auto; overflow-y: scroll; } */
 
 
 html::-webkit-scrollbar { width: 15px !important; -webkit-appearance: none !important; -webkit-overflow-scrolling: auto; overflow:auto; } html::-webkit-scrollbar-track { background: #d9e9ff !important; } html::-webkit-scrollbar-thumb:hover { background: #437be5 !important; } html::-webkit-scrollbar-thumb { background: #0058ff !important; border: 0px solid #000 !important; -webkit-border-radius: 3px !important;  } 