Jenesius / vue-modal

🖖The progressive and simple modal system for Vue.js v3
https://modal.jenesius.com
MIT License
145 stars 14 forks source link

Does `scrollLock` not work if a namespace is specified? #120

Open Shotaro-Yoshinaga-sti opened 2 months ago

Shotaro-Yoshinaga-sti commented 2 months ago

In example use-namespace, the background can be scrolled. I added the following to main.ts, but the background is still scrollable.

config({ scrollLock: true })