diff --git a/assets/stylus/main.styl b/assets/stylus/main.styl index 5cfa55e..4c15966 100644 --- a/assets/stylus/main.styl +++ b/assets/stylus/main.styl @@ -7,6 +7,7 @@ // @import '../../node_modules/vuetify/src/stylus/main' @import './theme' +@import './scrollbar' @import '../../node_modules/vuetify/src/stylus/app' /** diff --git a/assets/stylus/scrollbar.styl b/assets/stylus/scrollbar.styl new file mode 100644 index 0000000..556cace --- /dev/null +++ b/assets/stylus/scrollbar.styl @@ -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 +