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

Can't scroll when hover on table overflow auto #36

Closed tailuis7 closed 4 years ago

tailuis7 commented 4 years ago

Vue2 perfect scroll bar can't scroll when user hover on table has style with overflow: auto Reproduce: https://codesandbox.io/s/vue-perfect-scrollbar-bug-on-table-responsive-4i877

mercs600 commented 4 years ago

@tailuis7 Are you sure is it an issue related with this repository ? This is just wrapper for vue & perfect-scrollbar. Please test it with perfect-scrollbar itself.

tailuis7 commented 4 years ago

@tailuis7 Are you sure is it an issue related with this repository ? This is just wrapper for vue & perfect-scrollbar. Please test it with perfect-scrollbar itself.

I did test with perfect-scrollbar, same issue happened. Anyway to resolve this issue?

mercs600 commented 4 years ago

@tailuis7 it seems to be working with upgraded version of vue2-perfect-scrollbar. I just switched to 1.5.0 -> https://codesandbox.io/s/vue-perfect-scrollbar-bug-on-table-responsive-016nt?fontsize=14&hidenavigation=1&theme=dark