document.body.scroll = "no"; code example Example: javascript disable scrolling on body document.body.style.overflow = 'hidden';