lsirivong / gatsby-plugin-modal-routing

A gatsby plugin for routable modals
44 stars 30 forks source link

Background scrolls while modal is open #45

Closed samabdcom closed 4 years ago

samabdcom commented 4 years ago

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: 2019-12-05 17-53-34 2019-12-05 17_58_08

I tried a few options like applying overflow: hidden to parent elements, checking if there any absolute elements but didn't find a solution.

Do you know what do with that?

Thanks!

lsirivong commented 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

samabdcom commented 4 years ago

Thank you @lsirivong! Will look into that 👌