ソースを参照

now disables selection and hides the cursor

master
mort 8年前
コミット
6dd8fb81e0
1個のファイルの変更7行の追加0行の削除
  1. 7
    0
      index.html

+ 7
- 0
index.html ファイルの表示

@@ -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;

読み込み中…
キャンセル
保存