I have the following bug, when I use the mouse wheel to scroll down it works when my mouse is over the scrollbar, but as soon as I move the mouse outside of the scroller but still in the virtual scroller element, the scroll is considerably slower.
I've checked in the demo online and there is the same problem, but not on all the grids and not all browsers (it doesn't work in Edge and Chrome, but works in Firefox, I haven't tried other browsers).
Go to the demo here: https://rintoj.github.io/ngx-virtual-scroller/ click on Samples in the menu on the left, the first grid has the wheeling problem, but if you go the grid with multiple columns in works just fine.
I have the following bug, when I use the mouse wheel to scroll down it works when my mouse is over the scrollbar, but as soon as I move the mouse outside of the scroller but still in the virtual scroller element, the scroll is considerably slower.
I've checked in the demo online and there is the same problem, but not on all the grids and not all browsers (it doesn't work in Edge and Chrome, but works in Firefox, I haven't tried other browsers).
Go to the demo here: https://rintoj.github.io/ngx-virtual-scroller/ click on Samples in the menu on the left, the first grid has the wheeling problem, but if you go the grid with multiple columns in works just fine.
Do you have an ideas ?