

@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #285C8B; } ::-webkit-scrollbar-track { background-color: #F9F9F9; } ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-thumb:hover { background-color: #1E629E; }