Skip to content

Commit 343299c

Browse files
committed
enable clicking on elements 'hiding' behind body in 3D
1 parent 1e50382 commit 343299c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/impress-demo.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ a:hover {
9797
text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
9898
}
9999

100+
/* enable clicking on elements 'hiding' behind body in 3D */
101+
body { pointer-events: none; }
102+
#impress { pointer-events: auto; }
103+
100104
/* COMMON STEP STYLES */
101105

102106
.step {

0 commit comments

Comments
 (0)