pleroma-fe/src/components/scrollbar.style.js

13 lines
203 B
JavaScript

export default {
name: 'Scrollbar',
selector: '::-webkit-scrollbar',
notEditable: true, // for now
defaultRules: [
{
directives: {
background: '--wallpaper'
}
}
]
}