
@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #fed86c; } ::-webkit-scrollbar-track { background-color: #fef7e1; } ::-webkit-scrollbar { width: 18px; height: 18px; } ::-webkit-scrollbar-thumb:hover { background-color: #fece49; }