Skip to content

Commit

Permalink
Prevent selecting the canvas element.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed May 2, 2020
1 parent ec6f597 commit 8fdb8cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions www/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ canvas {
height: 100%;
background: #002b36;
touch-action: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

0 comments on commit 8fdb8cc

Please sign in to comment.