-
Notifications
You must be signed in to change notification settings - Fork 532
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
Bugfix #186
base: master
Are you sure you want to change the base?
Bugfix #186
Conversation
This is awesome! Thank you! I will merge this in as soon as I have a chance to take a closer look. Thanks again! |
When I run the test.html page, there is a strange shift to the right with the header and footer when they become fixed. This is similar to the shift I see in pull request #140. I will need to correct this before I can merge this in. Thank you very much for your contribution! |
@ghost These changes fixed my scrolling problem! @bigspotteddog I am not sure what problems you ran into during your merge but this fixed the rapidly scrolling issue on my test page, I will report back if I run into any problems once I go live. |
I fixed a few bugs that are found during the use of plugin. Perhaps, it will be useful for you.
Particularly interesting, why use "target.bind('scroll...)"? Is it necessary? On my test page I have a "scrolltofixed" column with scrollable content inside and this code breaks the column's behaviour.