How to draw elements on top of ParallaxBanner?
Belka383 opened this issue · 0 comments
Belka383 commented
Hi!
I use code:
<ParallaxBanner
layers={[
{
image: "https://...",
amount: 0.3,
slowerScrollRate: false,
},
]}
style={{
height: '50vh',
}}
>
</ParallaxBanner>
How to draw other components on top of the ParallaxBanner component?