

@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #9D9CA3; } ::-webkit-scrollbar-track { background-color: #EBEBEB; } ::-webkit-scrollbar { width: 16px; height: 16px; } ::-webkit-scrollbar-thumb:hover { background-color: #898890; }