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

Page Scrolling #29

Open
PMCJohn opened this issue Nov 27, 2016 · 2 comments
Open

Page Scrolling #29

PMCJohn opened this issue Nov 27, 2016 · 2 comments

Comments

@PMCJohn
Copy link

PMCJohn commented Nov 27, 2016

When I use it on a page that has the ability to scroll the canvas cuts off at the bottom of the initial height, is there a way to fix this?

@sirxemic
Copy link
Owner

sirxemic commented Dec 5, 2016

If I understand your case correctly, what I think could work as a workaround is to append a div with the following styling to the body, then apply the effect to that div.

position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -1;

But yeah, you shouldn't be relying on a workaround. I should fix this some time.

@Morningstar-08
Copy link

If I understand your case correctly, what I think could work as a workaround is to append a div with the following styling to the body, then apply the effect to that div.

position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: -1;

But yeah, you shouldn't be relying on a workaround. I should fix this some time.

I found the fix for this issue, in the jquery.ripples, you need to change the backgroundImage style from none to ' ', that's it.

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

3 participants