From 343299c63fc57b9ee2b5c0938ec0c223f3298821 Mon Sep 17 00:00:00 2001 From: Bartek Szopka Date: Thu, 2 Feb 2012 21:48:48 +0100 Subject: [PATCH] enable clicking on elements 'hiding' behind body in 3D --- css/impress-demo.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/impress-demo.css b/css/impress-demo.css index 1248bf39e..2cae5d0b0 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 {