click on button add class and scroll down on next section without using overflow css code example
Example: scroll to element jquery
$('html, body').animate({
scrollTop: $("#grepperRocks").offset().top
});
$('html, body').animate({
scrollTop: $("#grepperRocks").offset().top
});