@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #3785D8; } ::-webkit-scrollbar-track { background-color: #262626; } ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }}