Some temporary fix...
...
In the allmin.js file, replace this part:
e('.toreview').on('click', function () {
e('#item-revs').addClass('active'),
e('#acc-item-revs').addClass('show'),
e('html, body').animate({
scrollTop: 50000 // will scroll to the bottom
}...