Skip to content

Commit b7b55b4

Browse files
committed
refactor(overlayable): moved scroll removal breakpoint to smAndDown
1 parent a08a37d commit b7b55b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/overlayable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export default {
166166
}
167167
},
168168
hideScroll () {
169-
if (this.$vuetify.breakpoint.mdAndDown) {
169+
if (this.$vuetify.breakpoint.smAndDown) {
170170
document.documentElement.classList.add('overflow-y-hidden')
171171
} else {
172172
window.addEventListener('wheel', this.scrollListener)

0 commit comments

Comments
 (0)