@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 30px; background-color: #384F6A; } ::-webkit-scrollbar-track { background-color: #f7f7f7; } ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }