react-modal icon indicating copy to clipboard operation
react-modal copied to clipboard

htmlOpenClassName overflow:hidden; causes page to scroll to top when opening modal

Open amol0900 opened this issue 3 years ago • 1 comments

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?

amol0900 avatar Nov 18 '21 11:11 amol0900

Hi @amol0900, there are packages that help with this. Have a look at this issue https://github.com/reactjs/react-modal/issues/829.

diasbruno avatar Nov 18 '21 22:11 diasbruno