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