Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect overflow-x and overflow-y settings to prevent scrolling in a given plane regardless of content #46

Open
vitch opened this issue Jan 30, 2011 · 1 comment

Comments

@vitch
Copy link
Owner

vitch commented Jan 30, 2011

On native overflowed elements it is possible to set either or both of overflow-x and overflow-y to hidden. This should also be allowed in jScrollPane as a way to restrict scrolling to a given plane even if the content is wide/ tall enough to trigger scrolling in the other plane...

@AnrietteC
Copy link

I agree with this, as:

overflow-y: scroll !important; overflow-x: auto !important;

works perfectly without jScrollpane, but jScrollpane ignores this and scrolls both directions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants