3.2.0

disable horizontal scroll

I am trying to disable horizontal scroll, and no success yet, I tried all the advices in the websites, and nothing happened.
fixingahole2
May 20,
Try this:

.myClass {
  overflow-x: hidden;
  overflow-y: scroll;
}
Alex (ActiveWidgets)
May 20,
The does not work in any nestscape type browser.
Bob
July 7,

This topic is archived.

See also:


Back to support forum