ng-scrollable
ng-scrollable copied to clipboard
Separate axes for scrollable-ignore
I'm wondering if there is a way to use "scrollable-ignore" on an element within the ng-scrollable for only one axis. I'm using ng-scrollable for horizontal scrolling only, within that element there are some elements including a table with a vertically scrollable tbody. This tbody now doesn't scroll at all - unless I use "scrollable-ignore". This unfortunately also disables horizontal scrolling of the whole ng-scrollable element within the tbody.
Do I have to bind another wheel event to the tbody to scroll it manually or is there another way?