quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
33 lines (25 loc) • 452 B
text/stylus
.q-scrollarea
position: relative
&__bar,
opacity: .2
transition: opacity .3s
will-change: opacity
cursor: grab
&--v
right: 0
width: 10px
&--h
bottom: 0
height: 10px
&--invisible
opacity: 0 !important
pointer-events: none
background: #000
&:hover
opacity: .3
&:active
opacity: .5
&--dark .q-scrollarea__thumb
background: #fff