From 51549cc0b261bb113f73976adcadd50048f54233 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 13 Apr 2016 17:33:42 +0500 Subject: Adding react scrollbar to the RHS thread (#2693) * Adding scrollbar to the RHS thread * Fixing the RHS thread scrolling issue --- webapp/components/create_comment.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/create_comment.jsx') diff --git a/webapp/components/create_comment.jsx b/webapp/components/create_comment.jsx index 177f282d3..a91c03d58 100644 --- a/webapp/components/create_comment.jsx +++ b/webapp/components/create_comment.jsx @@ -203,7 +203,7 @@ class CreateComment extends React.Component { draft.message = messageText; PostStore.storeCommentDraft(this.props.rootId, draft); - $('.post-right__scroll').scrollTop($('.post-right__scroll')[0].scrollHeight); + $('.post-right__scroll').parent().scrollTop($('.post-right__scroll')[0].scrollHeight); this.setState({messageText: messageText}); } handleKeyDown(e) { -- cgit v1.2.3-1-g7c22