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