fix scroll top

parent 6a402403
......@@ -2,7 +2,7 @@ $(document).ready(function() {
$("a.toggle_bottom").click(function() {
var a = $(this);
$("html, body").animate({ scrollTop: $(a.attr('href')).height()+120 }, "slow");
$("html, body").animate({ scrollTop: $(a.attr('href')).position().top }, "slow");
return false;
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment