@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 6px; background-color: #2d8896; } ::-webkit-scrollbar-track { background-color: #c7c7c7; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-thumb:hover { background-color: #63b257; }}