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

input,
textarea,
select,
[contenteditable]:not([contenteditable="false"]) {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}

img,
svg,
video,
canvas {
  -webkit-user-drag: none;
  user-drag: none;
}

@media print {
  body {
    display: none !important;
  }
}
