body, td, button, p {
  user-select: none;
}

body {
  /* Prevent accidental reload on drag on mobile */
  overscroll-behavior-y: contain;
  overflow-x: hidden;
}
