Answers for "bootstrap modal disable document scrollbar"

4

javascript disable scrolling on body

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

Code answers related to "bootstrap modal disable document scrollbar"

Code answers related to "Javascript"

Browse Popular Code Answers by Language