aboutsummaryrefslogtreecommitdiff
path: root/js/src/modal.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/modal.js')
-rw-r--r--js/src/modal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/modal.js b/js/src/modal.js
index 128863273..f57131e7e 100644
--- a/js/src/modal.js
+++ b/js/src/modal.js
@@ -427,7 +427,7 @@ const Modal = (($) => {
if (this._isBodyOverflowing) {
document.body.style.paddingRight =
- bodyPadding + `${this._scrollbarWidth}px`
+ `${bodyPadding + this._scrollbarWidth}px`
}
}