change scroll top value

Esse commit está contido em:
tim-kos
2013-05-31 15:20:36 -04:00
commit f0d5eeddf6
+1 -1
Ver Arquivo
@@ -44,7 +44,7 @@ $(function() {
var $target = $('#' + name); var $target = $('#' + name);
if ($target.length > 0) { if ($target.length > 0) {
$('html, body').animate({ $('html, body').animate({
scrollTop: $target.offset().top - 100 scrollTop: $target.offset().top - 70
}, 200); }, 200);
} }
} }