SyntaxFix
Write A Post
Hire A Developer
Questions
React , if you are looking for
useEffect in the modal that is getting popedup
useEffect(() => { document.body.style.overflowY = 'hidden'; return () =>{ document.body.style.overflowY = 'auto'; } }, [])