Skip to content

Commit a28a426

Browse files
author
Aaron Lampros
committed
fix: disable pointer events again
Fix #63
1 parent 0e823ba commit a28a426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReactConfetti.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export class ReactConfetti extends Component<Props> {
4747
const canvasStyles = {
4848
zIndex: 2,
4949
position: 'absolute' as 'absolute',
50+
pointerEvents: 'none' as 'none',
5051
top: 0,
5152
left: 0,
5253
bottom: 0,

0 commit comments

Comments
 (0)