3.2.0

Disable horizontal scroll in 2.5.4

Is there a way to disable the horizontal scroll in 2.5.4, like the following did in version 1?

.active-scroll-space {width: 0px!important;}

Thanks
Justin
Justin
July 26,
.aw-bars-spacer {width: 0px!important;}

You can remove the horizontal scrollbar with this code -

obj.setScrollBars("vertical");
obj.onScrollBarsChanging = function(){return 1}; //cancel change
Alex (ActiveWidgets)
July 27,
Thanks. That works beautifully.

I'm loving 2.5.4.

Justin
Justin
July 27,

This topic is archived.

See also:


Back to support forum