react-bootstrap / react-overlays

Utilities for creating robust overlay components
https://react-bootstrap.github.io/react-overlays
MIT License
897 stars 222 forks source link

Block scroll body when render Modal in container #1008

Open joannajerz opened 2 years ago

joannajerz commented 2 years ago

Hello, I couldn't find solution for that. I want to prevent scroll body when modal is open, but i render modal in the container (container has overflow: hidden). I can't find anything in the documentation about it