Text selection disabled on pointer canvas

This commit is contained in:
Simon Vieille 2018-02-07 17:23:36 +01:00
parent f41abf73b3
commit c3fee646f4
No known key found for this signature in database
GPG Key ID: 919533E2B946EA10
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ a {
height: calc(100vh - 50px);
margin: auto;
background: #ccc;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#scrollbar {