We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07be58d commit bcdcda2Copy full SHA for bcdcda2
styles/main.css
@@ -5,6 +5,10 @@ body {
5
6
canvas {
7
vertical-align: top;
8
+ user-select: none;
9
+ -ms-user-select: none;
10
+ -moz-user-select: none;
11
+ -webkit-user-select: none;
12
}
13
14
#help {
0 commit comments