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

Infinite scrolling when box with border #49

Closed a-dovbnya closed 4 years ago

a-dovbnya commented 4 years ago

Hi! In vue2-perfect-scrollbar 1.5.0 version was found bug: if div.ps have border, then can see infinite scroll (https://codesandbox.io/s/vue-perfect-scrollbar-global-registration-p7u5p?file=/src/App.vue - https://i.imgur.com/GVjEDYe.png).

mercs600 commented 4 years ago

@a-dovbnya thank you for report, are you able to confirm that is it issue of vue2-perfect-scrollbar - because this is only wrapper for https://github.com/mdbootstrap/perfect-scrollbar and maybe you should report this bug there.

a-dovbnya commented 4 years ago

Yes, it is very likely that the problem is in perfect-scrollbar. It is worth writing to them. Thank!