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

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

@@ -62,8 +62,6 @@ export default class SearchResults extends React.Component {
}
resize() {
var height = this.state.windowHeight - $('#error_bar').outerHeight() - 100;
$('#search-items-container').css('height', height + 'px');
$('#search-items-container').scrollTop(0);
if (this.state.windowWidth > 768) {
$('#search-items-container').perfectScrollbar();