I've applied this property to the elements: body
and html
and still Chrome will let me scroll on the x-axis.
I've tested it in Safari and Firefox and the x-axis scrolling is disabled...
Anyone know what I'm missing?
N.B. Using overflow: hidden
works but I'd like people to be able to scroll on the y-axis.
Thanks!
overflow-x
works in Chrome as of version 1.0. Maybe this was broken for some time in some versions (it's rather typical for Chrome to have some weird bugs introduced in one version and fixed in next one).