aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-08 16:30:30 -0700
committerValerio Virgillito2012-05-08 16:30:30 -0700
commitd55b7418119c380241f6a2788ff8c84fcd44e143 (patch)
treea86bdbf0ce4628d9f87067c66dba6addd707d375 /js/document/templates
parentcb9e4b68b307f3bbc898fd482eb2668120cd4d18 (diff)
parentc79814664f3002613b3f12106edffc64932fa4ac (diff)
downloadninja-d55b7418119c380241f6a2788ff8c84fcd44e143.tar.gz
Merge pull request #203 from mqg734/Dom-Architecture
Get clicked element when body is scrolled. Also fixed zoom code's iframe reference.
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/montage-web/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/document/templates/montage-web/index.html b/js/document/templates/montage-web/index.html
index 47964ae4..6bd5ce7a 100755
--- a/js/document/templates/montage-web/index.html
+++ b/js/document/templates/montage-web/index.html
@@ -26,6 +26,11 @@
26 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 26 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
27 } 27 }
28 28
29 html {
30 overflow: scroll;
31 padding: 0 11px 11px 0;
32 }
33
29 html, body { 34 html, body {
30 width: 100%; 35 width: 100%;
31 height: 100%; 36 height: 100%;