aboutsummaryrefslogtreecommitdiff
path: root/src/components/scrollbar.style.js
blob: 76053d6f8b4b33cd1c589b0095c81c490c8826a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
export default {
  name: 'Scrollbar',
  selector: '::-webkit-scrollbar',
  defaultRules: [
    {
      directives: {
        background: '--bg'
      }
    }
  ]
}