Perfect-scrollbar: Horizontal scroll with mouse wheel

Created on 10 Mar 2017  路  1Comment  路  Source: mdbootstrap/perfect-scrollbar

Hi,
I use perfect-scrollbar to horizontally scroll my containers (I also forced disable of vertical scrolling using suppressScrollY:true option).

Is there a a way to enable mouse wheel to horizontally scroll these kind of boxes, so change default behaviour?

Most helpful comment

You can do it with the following option:

{
  suppressScrollY: true,
  useBothWheelAxes: true,
}

>All comments

You can do it with the following option:

{
  suppressScrollY: true,
  useBothWheelAxes: true,
}
Was this page helpful?
0 / 5 - 0 ratings