enable clicking on elements 'hiding' behind body in 3D

This commit is contained in:
Bartek Szopka
2012-02-02 21:48:48 +01:00
parent 1e5038207d
commit 343299c63f

View File

@@ -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 {