UNPKG

bkui-cli-template-webpack4-saas

Version:

bkui-cli-template-webpack4-saas

11 lines (10 loc) 254 B
@define-mixin scroller $backgroundColor: #e6e9ea, $width: 4px { &::-webkit-scrollbar { width: $width; } &::-webkit-scrollbar-thumb { height: 5px; border-radius: 2px; background-color: $backgroundColor; } }