Added scrollbar style

This commit is contained in:
Kylart 2017-11-01 03:37:03 +01:00
parent b5ea613f22
commit 3d28bffdfa
2 changed files with 16 additions and 0 deletions

View File

@ -7,6 +7,7 @@
// @import '../../node_modules/vuetify/src/stylus/main'
@import './theme'
@import './scrollbar'
@import '../../node_modules/vuetify/src/stylus/app'
/**

View File

@ -0,0 +1,15 @@
::-webkit-scrollbar
width 8px
::-webkit-scrollbar-thumb
background-clip padding-box
border-radius 6px
background-color rgb(32, 32, 32)
border-color transparent
::-webkit-scrollbar-track-piece
background-clip: padding-box
border-radius 6px
background-color transparent
border-color transparent