quasar-framework
Version:
Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase
27 lines (23 loc) • 508 B
text/stylus
.non-selectable
user-select none !important
.scroll
overflow auto
.scroll, .scroll-x, .scroll-y
-webkit-overflow-scrolling touch
will-change scroll-position
.scroll-x
overflow-x auto
.scroll-y
overflow-y auto
.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