diff --git a/js/id/ui/help.js b/js/id/ui/help.js index d7881d758..f0ab47165 100644 --- a/js/id/ui/help.js +++ b/js/id/ui/help.js @@ -15,6 +15,7 @@ iD.ui.Help = function(context) { .attr('class', 'toc'); function clickHelp(d, i) { + pane.property('scrollTop', 0); doctitle.text(d.title); body.html(d.html); body.selectAll('a')