microcmsio/react-hooks-use-modal

Disable scroll

codesignist opened this issue · 1 comments

How to disable body scroll?

Thank you, @dougg0k.

@codesignist
Please update v1.0.7
You can prevent scrolling by writing as follows.

useModal('root', { preventScroll: true });