Open guilhermesad opened 2 months ago
I think you can just provide it a zIndex
via the style
prop.
<Confetti style={{ zIndex: 9999 }} />
@j0hnm4r5 I tried that but didn't work unfortunately
I think you can just provide it a
zIndex
via thestyle
prop.<Confetti style={{ zIndex: 9999 }} />
It work for me
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.