3DJakob / react-tinder-card

A npm react module for making react elements swipeable like in the dating app tinder.
https://www.npmjs.com/package/react-tinder-card
MIT License
359 stars 110 forks source link

The screen width is increasing with right swipe #132

Closed marcuspx closed 1 year ago

marcuspx commented 1 year ago

Hi folks, I implemented this one, but when I swiped in right direction the card showed up on the right side of the page causing the width screen to increase, but left swipe the card disappear, I ask how could I avoid this and have the same behavior like left swipe ???

3DJakob commented 1 year ago

Just add overflow: hidden; to your app root as described in the readme.

marcuspx commented 1 year ago

Thank you @3DJakob It was fixed as expected.