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?
You can do it with the following option:
{
suppressScrollY: true,
useBothWheelAxes: true,
}
Most helpful comment
You can do it with the following option: