[title] prevent user select to this webapp by adding -webkit-user-select
authorJoonghun Park <jh718.park@samsung.com>
Tue, 17 Sep 2013 05:28:55 +0000 (14:28 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Tue, 17 Sep 2013 05:28:55 +0000 (14:28 +0900)
Change-Id: I660488bc606768bf2ccce5d099e353d10bd4d525

css/style.css

index 9c4c559..a59a272 100755 (executable)
@@ -1,6 +1,7 @@
 html, body {
     overflow: hidden;
     height: 99%;
+    -webkit-user-select: none;
 }
 
 h1 {