naive-ui/styles/themes/light/components/Scrollbar.scss
2020-02-19 22:37:20 +08:00

6 lines
166 B
SCSS

@mixin setup-light-scrollbar {
$scrollbar-color: (
"default": $--n-scrollbar-background-color,
"hover": $--n-scrollbar-hover-background-color
) !global;
}