filamentgroup / Overthrow

A tiny, no-frills, framework-independent, targeted overflow: auto polyfill for use in responsive design.
MIT License
906 stars 94 forks source link

Prevent scroll X, only scroll Y? #59

Closed o-l-e closed 1 year ago

o-l-e commented 11 years ago

Hi, i really like the simplicity of this plugin.

I am working on a page that has a horizontally slider with visible overflow inside the overthrow container, and i am having trouble keeping the slider at 100% of the overthrow width. The -webkit-overflow-scrolling: touch; is allowing me to scroll all over the place, also sideways because of the slider.

To make my question simple: is there any way of forcing Overthrow to only scroll vertically?

Thanks in advance.