quasar-framework
Version:
Simultaneously build desktop/mobile SPA websites & phone/tablet apps with VueJS
22 lines (18 loc) • 422 B
text/stylus
.non-selectable
user-select none !important
.scroll
overflow auto
-webkit-overflow-scrolling touch
will-change scroll-position
.no-scroll
overflow hidden !important
.no-pointer-events
pointer-events none !important
.all-pointer-events
pointer-events all !important
.cursor-pointer
cursor pointer !important
.cursor-not-allowed
cursor not-allowed !important
.cursor-inherit
cursor inherit !important