Disable scrolling on the `body` element when opening a modal. document.body.style.overflow = 'hidden';. // Allow to scroll when closing the modal.
確定! 回上一頁