@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #FF7E1C; } ::-webkit-scrollbar-track { background-color: #35333D; } ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-thumb:hover { background-color: #FB7500; }