$('#home-button').on('click', () => {
  $('html, body').animate({ scrollTop: 0 }, 'fast');
});

$('#list-button').on('click', () => {
  $('html, body').animate({ scrollTop: 0 }, 'fast');
});