Apply overflow hidden to the document.body the react way.
npm install react-freeze-bodyAdd overflow: hidden; to the document.body, the react way.
Pass html in as a prop to conditionally freeze html too!
```
$ npm install react-freeze-body --save
`js
import ReactFreezeBody from 'react-freeze-body'
render () {
return (
)
}
``
MIT © Jack Hanford