@fifteen/design-system-vue
Version:
Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System
19 lines (15 loc) • 384 B
text/stylus
scrollbar($color-thumb, $color-track = transparent)
// firefox
scrollbar-color $color-thumb $color-track
scrollbar-width thin
// chrome
&::-webkit-scrollbar
width 6px
height 6px
&::-webkit-scrollbar-track
box-shadow none
background-color $color-track
&::-webkit-scrollbar-thumb
padding 12px
border-radius 3px
background-color $color-thumb