jscottsmith / react-scroll-parallax

🔮 React hooks and components to create parallax scroll effects for banners, images or any other DOM elements.
https://react-scroll-parallax.damnthat.tv/
MIT License
2.9k stars 158 forks source link

Can't click child button in <ParallaxBanner> #105

Closed EvilBook closed 4 years ago

EvilBook commented 4 years ago

Can't click on children inside the ParallaxBannertags. eg. >ParallaxBanner< >a href='whatever.com'< Click me >/a< >/ParallaxBanner< can't click the link child. Can you help me?

disregard the inverted arrows.

jscottsmith commented 4 years ago

Sorry, I need more information to diagnose the issue. But it sounds like some styling is interfering with the pointer events on the element. Send me a live link to your project, or a repo and I can help you further. Closing this until then.