@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 4px; background-color: #913D19; } ::-webkit-scrollbar-track { background-color: #114A44; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-thumb:hover { background-color: #913D19; }