1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@import "defaults"; @import "variables"; ::-webkit-scrollbar { width: $padding-8; } ::-webkit-scrollbar-thumb { background: transparent; border-radius: $padding-8; } :hover::-webkit-scrollbar-thumb { background: $gray-500; }