MM-2046 - Updating postHolder scroll

Этот коммит содержится в:
Asaad Mahmood
2015-08-28 22:38:52 +05:00
родитель bdf53884f5
Коммит 5588a2a909

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

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