ScrollNav fix.

This commit is contained in:
bobisum
2013-08-08 16:24:39 +03:00
parent 4e30e647b0
commit 6c32408178

View File

@@ -37,7 +37,8 @@
$('#content').scrollNav({
showHeadline: false,
showTopLink: false,
sections: 'h2',
sections: 'h2',
fixedMargin: 0
});
});