change scroll top value
Esse commit está contido em:
externo
+1
-1
@@ -44,7 +44,7 @@ $(function() {
|
||||
var $target = $('#' + name);
|
||||
if ($target.length > 0) {
|
||||
$('html, body').animate({
|
||||
scrollTop: $target.offset().top - 100
|
||||
scrollTop: $target.offset().top - 70
|
||||
}, 200);
|
||||
}
|
||||
}
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário