@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #00195e; } ::-webkit-scrollbar-track { background-color: #fefefe; } ::-webkit-scrollbar { width: 3px; height: 6px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }