We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d59417 commit cd0a6d6Copy full SHA for cd0a6d6
src/components/modal/helpers/modal-manager.js
@@ -141,7 +141,7 @@ const ModalManager = /*#__PURE__*/ Vue.extend({
141
checkScrollbar() {
142
// Determine if the body element is overflowing
143
const { left, right } = getBCR(document.body)
144
- this.isBodyOverflowing = left + right < window.innerWidth
+ this.isBodyOverflowing = left + right > window.innerWidth
145
},
146
setScrollbar() {
147
const body = document.body
0 commit comments