セクション ファイターの offset.top に問題があります。http://jsfiddle.net/sz8YP/1/
つまり、次の戦闘機をクリックした後、ホイールを押しすぎます。
$(".list-fighters li .toogle").click(function(e) {
$(".list-fighters li").removeClass("open");
$(this).parent("li").toggleClass("open");
$('html, body').animate({scrollTop: $(this).offset().top}, 100);
});
それを修正する方法はありますか?