 html { scrollbar-color: #f0b93a #f0eee3; scrollbar-width: thin; } html::-webkit-scrollbar { width: 15px !important; -webkit-appearance: none !important; } html::-webkit-scrollbar-track { background: #f0eee3 !important; } html::-webkit-scrollbar-thumb:hover { background: #f0cb81 !important; } html::-webkit-scrollbar-thumb { background: #f0b93a !important; border: 0px solid #f0eee3 !important; -webkit-border-radius: 10px !important;  box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);  } 