Answers for "on popup not able to scroll background, hw to enable background scroll when popup is open"

7

how to stop background scrolling when popup is open

document.body.style.overflow = 'hidden';
Posted by: Guest on August-17-2020

Code answers related to "on popup not able to scroll background, hw to enable background scroll when popup is open"

Code answers related to "Javascript"

Browse Popular Code Answers by Language