Tan sencillo como aplicar la propiedad CSS overflow
al elemento html
:
document.getElementsByTagName("html")[0].style.overflow = "hidden";
document.getElementsByTagName("html")[0].style.overflow = "auto";
Resulta bastante útil cuando tienen que aparecer ventanas modales.