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