Answers for "how to allow scrolling for rest of page when bootstrap modal is open"

4

javascript disable scrolling on body

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

Code answers related to "how to allow scrolling for rest of page when bootstrap modal is open"

Code answers related to "Javascript"

Browse Popular Code Answers by Language