Recently, I've come across an interesting issue on my website. The scrollTo()
method in jQuery seems to be working fine in Firefox, but it doesn't scroll to the top in Chrome.
I suspect that the placement of the <body>
tag might be causing this discrepancy as it appears to start away from the top of the page. However, I have been unable to pinpoint the CSS responsible for this problem.
Is this a common known issue or could it be an error on my part?