mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
remove popup scrollbar width
This commit is contained in:
parent
eac9f12614
commit
75b86832f0
@ -154,9 +154,7 @@ export default {
|
|||||||
|
|
||||||
if (this.modal && this.bodyOverflow !== null && this.bodyOverflow !== 'hidden') {
|
if (this.modal && this.bodyOverflow !== null && this.bodyOverflow !== 'hidden') {
|
||||||
document.body.style.overflow = this.bodyOverflow;
|
document.body.style.overflow = this.bodyOverflow;
|
||||||
document.body.style.paddingRight = this.bodyPaddingRight;
|
|
||||||
}
|
}
|
||||||
this.bodyOverflow = null;
|
this.bodyOverflow = null;
|
||||||
this.bodyPaddingRight = null;
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user