Disabling body scroll with Modal code example Example: javascript disable scrolling on body document.body.style.overflow = 'hidden';