From a28a426d616697cde2c752c253c1ea3ffdb8e07c Mon Sep 17 00:00:00 2001 From: Aaron Lampros Date: Tue, 6 Aug 2019 07:35:08 -0400 Subject: [PATCH] fix: disable pointer events again Fix #63 --- src/ReactConfetti.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ReactConfetti.tsx b/src/ReactConfetti.tsx index dfa3ee2..a8f4113 100644 --- a/src/ReactConfetti.tsx +++ b/src/ReactConfetti.tsx @@ -47,6 +47,7 @@ export class ReactConfetti extends Component { const canvasStyles = { zIndex: 2, position: 'absolute' as 'absolute', + pointerEvents: 'none' as 'none', top: 0, left: 0, bottom: 0,