html,
body,
#app,
#app * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

#app {
  touch-action: none;
  overscroll-behavior: none;
}

#app img {
  -webkit-user-drag: none;
  user-drag: none;
}
