justin-chu / react-fast-marquee

A lightweight React component that harnesses the power of CSS animations to create silky smooth marquees.
https://react-fast-marquee.com
MIT License
1.16k stars 95 forks source link

Fix: Allow interactions with elements under the gradient overlay #83

Closed hcaiano closed 11 months ago

hcaiano commented 11 months ago

Hi,

Thanks for creating react-fast-marquee, it's been really useful in my projects. I noticed a small issue when I have links around my logos - they can't be interacted with under the gradient overlay. I've been overriding the library class to add pointer-events: none; and touch-action: none; to the CSS which solves the problem. Thought this tweak could be useful for others too.

Cheers!

justin-chu commented 11 months ago

Thanks, added in 1.6.2!