ankurk91 / vue-loading-overlay

Vue.js component for full screen loading indicator :cyclone:
https://ankurk91.github.io/vue-loading-overlay/
MIT License
1.25k stars 102 forks source link

lock scroll not working on vue 2 #93

Closed HlaingMinThan closed 3 years ago

HlaingMinThan commented 3 years ago

I'm submitting a ... (check one with "x")

[ ] Bug report => search github for a similar issue or PR before submitting
[ ] Feature request
[ ] Other, please describe

Tell about your platform

Current behavior

Expected behavior

Minimal reproduction of the problem with instructions

HlaingMinThan commented 3 years ago

vue js -2 lock scroll not working

ankurk91 commented 3 years ago

Please share a minimal reproduction, may be on codesandbox.io

ankurk91 commented 3 years ago

This package adds a css class to body to lock scroll

https://github.com/ankurk91/vue-loading-overlay/blob/19870761d9dbe38cffb24e352f1c4fee1b5fafa9/src/css/index.css#L2

It does nothing fancy, it might possible that your own css is causing this issue