-
Notifications
You must be signed in to change notification settings - Fork 326
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
"About" header link does nothing in Firefox 53.0.2 #68
Comments
Really? For me it scrolls to the bottom of the page. What are you seeing? |
Updated title since it seems to work fine in Chrome, but not Firefox. |
Weird, it does work on Chrome and Edge, but not Firefox. |
I'll take a look at this after my search bar updates since that sounds like it ought to be an easy fix, whatever it is. That said, I've said the same about cross-browser weirdness before while diving into endless rabbit-holes of confused developers, so I'll just make sure to comment back here later once I take a crack at it. |
Didn't manage to dig much up tonight... Will do some more thorough debugging in FF/Chrome tomorrow to see if I can pinpoint the difference. EDIT: I spoke too soon... http://stackoverflow.com/a/8149216/540162 |
In Firefox, the document overflow is placed at the `<html>` level, so the tag must be included in `scrollTo()` invocations. Ref: http://stackoverflow.com/a/8149216/540162 Fixes jdm-contrib#68
In Firefox, the document overflow is placed at the `<html>` level, so the tag must be included in `scrollTo()` invocations. Ref: http://stackoverflow.com/a/8149216/540162 Fixes #68
No description provided.
The text was updated successfully, but these errors were encountered: