enable clicking on elements 'hiding' behind body in 3D
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user