.q-touch
  user-select: none
  -webkit-user-select: none /* Safari, older Chrome */
  -webkit-user-drag: none
.q-touch-x
  touch-action: pan-x
.q-touch-y
  touch-action: pan-y
