:: Forum >>

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
Sunday, July 26, 2009
.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)
Monday, July 27, 2009
Thanks. That works beautifully.

I'm loving 2.5.4.

Justin
Justin
Monday, July 27, 2009

This topic is archived.


Back to support forum

Forum search