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