
@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #44A5FF; } ::-webkit-scrollbar-track { background-color: #E8F1F9; } ::-webkit-scrollbar { width: 7px; height: 7px; } ::-webkit-scrollbar-thumb:hover { background-color: #0084FF; }