aboutsummaryrefslogtreecommitdiff
path: root/src/components/scrollbar.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/scrollbar.style.js')
-rw-r--r--src/components/scrollbar.style.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/scrollbar.style.js b/src/components/scrollbar.style.js
new file mode 100644
index 00000000..94e6135d
--- /dev/null
+++ b/src/components/scrollbar.style.js
@@ -0,0 +1,11 @@
+export default {
+ name: 'Scrollbar',
+ selector: '::-webkit-scrollbar',
+ defaultRules: [
+ {
+ directives: {
+ background: '--wallpaper'
+ }
+ }
+ ]
+}