Closed samabdcom closed 4 years ago
Hey @samabdcom glad it's working out for you.
I'd check in the react-modal
repo for some suggestions on how to handle this, maybe this issue is a good place to start: https://github.com/reactjs/react-modal/issues/191
Thank you @lsirivong! Will look into that 👌
Hey @lsirivong ! Thank you for creating this plugin! Using it on my personal project.
I stuck with the issue of modal background scrolling like on your example:
I tried a few options like applying
overflow: hidden
to parent elements, checking if there anyabsolute
elements but didn't find a solution.Do you know what do with that?
Thanks!