Skip to content

Commit

Permalink
enable clicking on elements 'hiding' behind body in 3D
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Feb 2, 2012
1 parent 1e50382 commit 343299c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/impress-demo.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 343299c

Please sign in to comment.