Skip to content

Commit

Permalink
fix: disable pointer events again
Browse files Browse the repository at this point in the history
Fix #63
  • Loading branch information
Aaron Lampros committed Aug 6, 2019
1 parent 0e823ba commit a28a426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ReactConfetti.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class ReactConfetti extends Component<Props> {
const canvasStyles = {
zIndex: 2,
position: 'absolute' as 'absolute',
pointerEvents: 'none' as 'none',
top: 0,
left: 0,
bottom: 0,
Expand Down

0 comments on commit a28a426

Please sign in to comment.