diff --git a/css/board.css b/css/board.css index 8f13bfa..39433d7 100644 --- a/css/board.css +++ b/css/board.css @@ -34,4 +34,13 @@ } ::-webkit-scrollbar-thumb:window-inactive { background: #70a8bb; +} + +.no-select{ + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } \ No newline at end of file diff --git a/index.html b/index.html index a0a5b60..d8b1c30 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ - +
@@ -61,7 +61,7 @@
-
+