3DJakob/react-tinder-card

The screen width is increasing with right swipe

marcuspx opened this issue · 2 comments

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 ???

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

Thank you @3DJakob It was fixed as expected.