alampros / react-confetti

Confetti without the cleanup.
http://alampros.github.io/react-confetti/
MIT License
1.51k stars 99 forks source link

Change z-index of confetti #156

Open guilhermesad opened 2 months ago

guilhermesad commented 2 months ago

Is there an easy way to change the z-index of the confetti? Currently it gets behind the Flatfile Widget we're using in our application.

j0hnm4r5 commented 2 months ago

I think you can just provide it a zIndex via the style prop.

<Confetti style={{ zIndex: 9999 }} />
guilhermesad commented 2 months ago

@j0hnm4r5 I tried that but didn't work unfortunately

combokitnet commented 1 month ago

I think you can just provide it a zIndex via the style prop.

<Confetti style={{ zIndex: 9999 }} />

It work for me