diff --git a/src/mixins/popup/index.js b/src/mixins/popup/index.js index eb8bd0af1..b4dd89dda 100644 --- a/src/mixins/popup/index.js +++ b/src/mixins/popup/index.js @@ -154,9 +154,7 @@ export default { if (this.modal && this.bodyOverflow !== null && this.bodyOverflow !== 'hidden') { document.body.style.overflow = this.bodyOverflow; - document.body.style.paddingRight = this.bodyPaddingRight; } this.bodyOverflow = null; - this.bodyPaddingRight = null; } };