Removing height variable

This commit is contained in:
Asaad Mahmood
2015-11-16 22:01:48 +05:00
parent 5d5b327de9
commit 1610a11f43

View File

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