See http://codepen.io/anon/pen/NGqPNz
CSS:
html { height: 100%; overflow-y: hidden; } body { height: 100%; overflow-y: auto; }
It's because you have overflow-y: hidden;. Remove this and then scrollTop() will work
overflow-y: hidden;
scrollTop()