Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 6319c14

Browse files
author
Scott J. Miles
committed
add pointer-events: none, so the .paper-shadow doesn't become an event blackhole
1 parent f5fee51 commit 6319c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paper-shadow.css

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
bottom: 0;
66
right: 0;
77
border-radius: inherit;
8+
pointer-events: none;
89
}
910

1011
.paper-shadow-animated.paper-shadow {

0 commit comments

Comments
 (0)