Prevent Web Page Body From Scrolling When A Modal Popup Is Opened
This problem appears when you add a pop-up modal window on your main web page, that will show scrolling underneath the modal window on that web page. Method 1 You can resolve this issue only with CSS on the body tag using following property but its support is limited. Method 2 A better and secure…