cdvntr / react-native-confetti

Raining confetti made with react native animations
MIT License
221 stars 55 forks source link

Confetti appears below everything else #22

Open kitsune7 opened 6 years ago

kitsune7 commented 6 years ago

I think that ideally, the confetti should show up on top, but it shows up behind everything else on a page including some buttons that take up some decent space. It's not quite as noticeable with text, but anything else makes it clear there's a problem.

WilliamIPark commented 5 years ago

Try placing it after the elements that overlap it.

wwlacy6 commented 1 year ago

When I put it after the overlapping elements, it started too low on the screen. Using the style zIndex: 100 on the confetti worked for me to be able to place the confetti high on the screen and still overlap everything