v3.1.0
Add option upper_side and lower_side
If you use fixed menu such as Bootstrap .navbar-fixed-top, the options below will help you.
$('#foo').simpleScrollFollow({
upper_side: '#menu-fixed-top',
lower_side: '#menu-fixed-bottom'
});