
@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #feea00; } ::-webkit-scrollbar-track { background-color: #fffac4; } ::-webkit-scrollbar { width: 7px; height: 7px; } ::-webkit-scrollbar-thumb:hover { background-color: #c2c2c2; }