Angular ui-grid tables scrolling sideways

I noticed a strange behavior when scrolling through the angular -ui table, as an example, let's take the table displayed on http://ui-grid.info/ , this is a regular table: Normal table

and this is the same table that slides sideways when scrolling with the mouse (this only happens if the mouse is capable of side scrolling):

Table scrolled sideways

Disabling scrolling does not work. Is there a solution to avoid this behavior?

+6
source share
1 answer

Source: https://habr.com/ru/post/975299/


All Articles