

@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #33aa66; } ::-webkit-scrollbar-track { background-color: #f3f3f3; } ::-webkit-scrollbar { width: 7px; } ::-webkit-scrollbar-thumb:hover { background-color: #008DBD; }}