.js-modal.js-open, .js-modal.js-close, .js-modal.js-dialog-close{
    cursor: pointer;
}

body.js-modal-body-lock {
    overflow: hidden;
    touch-action: none;
}