aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartek Szopka <bartek.szopka+github@gmail.com>2012-02-02 21:48:48 +0100
committerBartek Szopka <bartek.szopka+github@gmail.com>2012-02-02 21:48:48 +0100
commit343299c63fc57b9ee2b5c0938ec0c223f3298821 (patch)
treec78f01501a5e23f01fa71ea52bdea74f0dbdcb0f
parent1e5038207db25b9b84a3dadaa82a755a4502ce8b (diff)
downloadimpress.js-343299c63fc57b9ee2b5c0938ec0c223f3298821.tar.gz
enable clicking on elements 'hiding' behind body in 3D
-rw-r--r--css/impress-demo.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/impress-demo.css b/css/impress-demo.css
index 1248bf3..2cae5d0 100644
--- a/css/impress-demo.css
+++ b/css/impress-demo.css
@@ -97,6 +97,10 @@ a:hover {
text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
}
+/* enable clicking on elements 'hiding' behind body in 3D */
+body { pointer-events: none; }
+#impress { pointer-events: auto; }
+
/* COMMON STEP STYLES */
.step {