Browse Source

now disables selection and hides the cursor

master
mort 8 years ago
parent
commit
6dd8fb81e0
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      index.html

+ 7
- 0
index.html View File

@@ -5,6 +5,13 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Slides</title>
<style>
* {
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: none;
}
html, body {
margin: 0px;
padding: 0px;

Loading…
Cancel
Save