scrollTop not working on chrome

scrollTop not working on chrome

Hello, im using what supossly is the solution for this issue, but still only works on IE and Firefox and fails in Chrome.
I'm using
  1. $('#imgArribaCarrito').on("click", function () {
                    $('html, body').animate({
                            scrollTop: 810
                        }, 2000);
                });
But nothing happens in Chrome....I guess there must be a conflict...but not sure what. Any ideas of possible causes?
Site is (already live) at http://pranavyana.com.ar/
Thanks!