Modal
configurationSpecifies whether the Window will display a modal overlay over the page.
modal
Boolean|ObjectDefault: false
modal.preventScroll
BooleanSpecifies whether the document will stop scrolling when a modal dialog is opened. Closing the modal dialog has to restore the initial document overflow. The modal.preventScroll setting will modify the overflow rule of the document and, therefore, cannot be used together with the containment option.
Multiple windows with different
preventScrollsettings are not supported.
Default: false