diff --git a/js/forum/src/components/composer.js b/js/forum/src/components/composer.js index 9398c6b59..b8e1b3ee7 100644 --- a/js/forum/src/components/composer.js +++ b/js/forum/src/components/composer.js @@ -168,7 +168,7 @@ class Composer extends Component { if (this.position() !== Composer.PositionEnum.FULLSCREEN) { this.updateBodyPadding(); - $('html, body').scrollTop(anchorToBottom ? $(document).height() : scrollTop); + $('html, body').scrollTop(scrollTop); } else { this.component.focus(); }