react-modal
react-modal copied to clipboard
htmlOpenClassName overflow:hidden; causes page to scroll to top when opening modal
To prevent background scrolling when the modal is open I used htmlOpenClassName to add overflow: hidden; which is the only solution that worked, but unfortunately this causes the page to scroll to the top when opening modals. Anyone else with the same issue?
Hi @amol0900, there are packages that help with this. Have a look at this issue https://github.com/reactjs/react-modal/issues/829.