tbakerx/react-resume-template

Scrolling through testimonials on mobile

anton-johansson opened this issue · 1 comments

Hey! First of all, well done with this template. It looks amazing and the code is well structured and is easy to work with.

I'm having some issues with testimonials on the mobile. The "scrolling through testimonials" feature seems to be breaking the regular scrolling. So it's difficult to scroll up and down when you're on the testimonials section. You have to scroll on either of the sides of the testimonials.

Any idea on how I can improve this?

Removing the touch-pan-x class in Testimonials.tsx seems to do the trick. Not sure if it has any downsides, though. :)