

@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #363636; } ::-webkit-scrollbar-track { background-color: #f6f6f6; } ::-webkit-scrollbar { width: 3px; height: 3px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }