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

Issue when using ie 7 and 8 #26

Open
yoyeung opened this issue Oct 22, 2013 · 0 comments
Open

Issue when using ie 7 and 8 #26

yoyeung opened this issue Oct 22, 2013 · 0 comments

Comments

@yoyeung
Copy link

yoyeung commented Oct 22, 2013

in the older browser
There have this code in doneResizing function:
$($.Scroll).addClass('mc-hide-scrolls');
$($.Scroll).removeClass('mc-hide-scrolls');

because doneResizing function will recall every 200ms.
When your web body have a scroll bar(overflow-y:scroll),
it will force to scroll to top.
When i remove this two code, all will be fine.

This project is a good and useful project. Nice.

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