::-webkit-scrollbar { width: 10px; } /* Track */ ::-webkit-scrollbar-track { background-color: rgba(0, 0, 0, .25); } /* Handle */ ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); border-radius: 999px; } /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.7); } /* Handle on hold */ ::-webkit-scrollbar-thumb:active { background-color: rgb(0, 0, 0) !important; }