main.css 416 B

123456789101112
  1. div { -webkit-user-select: text; user-select: text; }
  2. html, body { -webkit-user-select: none; user-select: none; }
  3. html, body { margin: 0; padding:0; overflow: hidden; width: 100%; height: 100%; font-family: "Exo 2"; }
  4. text { cursor: default; }
  5. .card text { cursor: inherit; }
  6. .card {
  7. -ms-touch-action : none;
  8. touch-action : none;
  9. -ms-scroll-chaining: none;
  10. -ms-scroll-limit: 0 0 0 0;
  11. }