// Disable scrolling on the `body` element when opening a modaldocument.body.style.overflow = 'hidden'; // Allow to scroll when closing the modaldocument.body.style.removeProperty('overflow');