projects
/
samples
/
web
/
DeviceMotionCapture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8075616
)
[title] prevent user select to this webapp by adding -webkit-user-select
author
Joonghun Park
<jh718.park@samsung.com>
Tue, 17 Sep 2013 05:28:55 +0000
(14:28 +0900)
committer
Joonghun Park
<jh718.park@samsung.com>
Tue, 17 Sep 2013 05:28:55 +0000
(14:28 +0900)
Change-Id: I660488bc606768bf2ccce5d099e353d10bd4d525
css/style.css
patch
|
blob
|
history
diff --git
a/css/style.css
b/css/style.css
index
9c4c559
..
a59a272
100755
(executable)
--- a/
css/style.css
+++ b/
css/style.css
@@
-1,6
+1,7
@@
html, body {
overflow: hidden;
height: 99%;
+ -webkit-user-select: none;
}
h1 {