diff --git a/app/assets/javascripts/discourse/controllers/topic.js.es6 b/app/assets/javascripts/discourse/controllers/topic.js.es6 index 40dcacd855d..f457bea90e6 100644 --- a/app/assets/javascripts/discourse/controllers/topic.js.es6 +++ b/app/assets/javascripts/discourse/controllers/topic.js.es6 @@ -914,7 +914,7 @@ export default Ember.Controller.extend(SelectedPostsCount, BufferedContent, { if ($post.length === 0 || isElementInViewport($post)) return; - $('body').animate({ scrollTop: $post.offset().top - $post.height() }, 1000); + $('body').animate({ scrollTop: $post.offset().top }, 1000); }, 500), unsubscribe() {