DominikSerafin / vuebar

(🗃️ Archived) Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies. Used successfully in production on https://ggather.com
https://github.serafin.io/vuebar/
MIT License
649 stars 77 forks source link

Scroll top problem when I have a Vuebar with a scrolleable table inside #91

Open Verovig opened 4 years ago

Verovig commented 4 years ago

I have a div with Vuebar and inside have a lot of elements, one of them is a table with his own scroll... I am inside the table and I scroll it down with the mouse and keep it at the middle of the table, then I scroll the container down, and back to the top, go inside the table again and try to scroll up with the mouse, and it doesn't work. I can scroll down again but the scroll top is stuck. If I move the physical scroll of the table by clicking and move it, it works fine, but not with the mouse wheel.