Этот коммит содержится в:
Asaad Mahmood
2015-11-16 20:01:14 +05:00
родитель 675e4e7149
Коммит b1ce1a8923
15 изменённых файлов: 101 добавлений и 64 удалений

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

@@ -118,7 +118,6 @@ export default class RhsThread extends React.Component {
}
resize() {
var height = this.state.windowHeight - $('#error_bar').outerHeight() - 100;
$('.post-right__scroll').css('height', height + 'px');
$('.post-right__scroll').scrollTop(100000);
if (this.state.windowWidth > 768) {
$('.post-right__scroll').perfectScrollbar();