diff --git a/examples/main.css b/examples/main.css index 00dce23c884d8b404fd14b6c91fd78db1e307bd9..e40998f395bb4b73fb8e1067a368298870a4d56e 100644 --- a/examples/main.css +++ b/examples/main.css @@ -32,9 +32,17 @@ canvas { padding: 10px; box-sizing: border-box; text-align: center; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; z-index: 1; /* TODO Solve this in HTML */ } .dg.ac { + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; z-index: 2 !important; /* TODO Solve this in HTML */ }