 html { scrollbar-color: #D2B68A #F5F5F5; scrollbar-width: thick; } html::-webkit-scrollbar { width: 16px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #000 !important; } html::-webkit-scrollbar-thumb:hover { background: #F5F5F5 !important; } html::-webkit-scrollbar-thumb { background: #000 !important; border: 0px solid #000 !important; -webkit-border-radius: 0px !important;  } 