@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #1B67CA; } ::-webkit-scrollbar-track { background-color: #81ADE6; } ::-webkit-scrollbar { width: 7px; height: 1px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }