Answers for "how to make the the page unscrollable when model is shown"

4

javascript disable scrolling on body

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

Code answers related to "how to make the the page unscrollable when model is shown"

Code answers related to "Javascript"

Browse Popular Code Answers by Language