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

Scrolling Breaks When CSS Has Overflow. #64

Closed
shooterbret opened this issue Aug 29, 2017 · 1 comment
Closed

Scrolling Breaks When CSS Has Overflow. #64

shooterbret opened this issue Aug 29, 2017 · 1 comment

Comments

@shooterbret
Copy link

So i was recently making a page and wanted a child div to become a background and have scrolling at the same time. So i used the CSS seen inside #Child and once i hooked up jump.js i noticed the scroll did not work. Later i found out that css property overflow breaks scrolling. Once the overflow property is removed, The scrolling works again however CSS is broken.

Demo: http://jsbin.com/peramitiki/1/edit?html,css,output

As seen here, Initially scrolling does not work; however, once removing the overflow property it works but css breaks.

@shooterbret
Copy link
Author

This was addressed by issue #50 and was fixed in MilllerTime's fork.
https://github.com/MilllerTime/jump.js

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

1 participant