Removing height variable
Этот коммит содержится в:
@@ -117,7 +117,6 @@ export default class RhsThread extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
resize() {
|
resize() {
|
||||||
var height = this.state.windowHeight - $('#error_bar').outerHeight() - 100;
|
|
||||||
$('.post-right__scroll').scrollTop(100000);
|
$('.post-right__scroll').scrollTop(100000);
|
||||||
if (this.state.windowWidth > 768) {
|
if (this.state.windowWidth > 768) {
|
||||||
$('.post-right__scroll').perfectScrollbar();
|
$('.post-right__scroll').perfectScrollbar();
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user