in Foundation 6, jQuery scrollTop not working for mobile:
var hpSecondSection = $('#hp-section-2'),
fixedTopBar = $('#header-top-bar');
$('.scroll-down-bar').click(function() {
$('html, body').animate({
scrollTop: hpSecondSection.offset().top + fixedTopBar.innerHeight()
}, 400);
});
This issue is provided by .off-canvas-wrapper
, that makes mobile menu panel to work and has overflow-x: hidden
I can't find a solution about this.. thanks for your help.