Farzin-Firoozi / react-modern-drawer

https://farzin-firoozi.github.io/react-modern-drawer/
MIT License
215 stars 24 forks source link

Lock background scroll #18

Closed markwoodward23 closed 1 year ago

markwoodward23 commented 1 year ago

A common feature of modals or drawers is to lock the background scroll when the drawer is open, usually by hiding the overflow on the body.

This might be a nice feature to be able to toggle on with a prop. Thoughts?

Farzin-Firoozi commented 1 year ago

lockBackgroundScroll is now available in props to use in new version (1.2.0).

Thank you for your notice