Merge pull request #518 from asaadmahmoodspin/MM-2046

MM-2046 - Updating postHolder scroll
Этот коммит содержится в:
Corey Hulen
2015-08-30 20:57:37 -07:00
родитель 8e13983279 5588a2a909
Коммит 9ed32b2128

Просмотреть файл

@@ -105,6 +105,7 @@ 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) {