

@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #030bff; } ::-webkit-scrollbar-track { background-color: #F1F1F1; } ::-webkit-scrollbar { width: 9px; height: 9px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }