mercs600 / vue2-perfect-scrollbar

Vue.js wrapper for perfect scrollbar
https://mercs600.github.io/vue2-perfect-scrollbar/
MIT License
275 stars 43 forks source link

Using 2 scrollbar one of them in modal #10

Closed muscle-rhnkyr closed 5 years ago

muscle-rhnkyr commented 5 years ago

Hi there,

my issues is, I use 2 scrollbar on page and one of them on bootstrap modal. when modal pops up and try to scroll by mouse wheel the scroll on main page scrolls as well. How can I prevent main page to scroll.

Cheers.

hfalucas commented 5 years ago

Add :settings="{wheelPropagation: false}" to your modal window scroller

muscle-rhnkyr commented 5 years ago

@hfalucas thanks for tip

cheers.