From 227e27f2daf036db5495f4408e47083d543c7862 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 31 Aug 2015 07:39:06 -0400 Subject: [PATCH] Revert "MM-2046 - Updating postHolder scroll" --- web/react/components/post_list.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index fa8b5e918c..5b0b1f79ac 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -105,7 +105,6 @@ export default class PostList extends React.Component { if ($('#create_post').length > 0) { var height = $(window).height() - $('#create_post').height() - $('#error_bar').outerHeight() - 50; postHolder.css('height', height + 'px'); - postHolder.perfectScrollbar(); } if (!this.scrolled) {