 @media screen and (min-width: 500px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #fa8669; } ::-webkit-scrollbar-track { background-color: #d0caca; } ::-webkit-scrollbar { width: 10px; height: 200px; } ::-webkit-scrollbar-thumb:hover { background-color: #f1a08b; } 