ng-scrollable icon indicating copy to clipboard operation
ng-scrollable copied to clipboard

Separate axes for scrollable-ignore

Open fpajer opened this issue 8 years ago • 0 comments

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?

fpajer avatar Jun 21 '17 10:06 fpajer