By default, when you have MyListing’s ’27 > Explore’ Elementor Widget further down the page, users will automatically scroll down to that widget, bypassing the content at the top of the page. This behavior is experienced on mobile devices.
jQuery(document).ready(function($){
if ( ! MyListing.Explore ) {
return;
}
MyListing.Explore.$on('update-results', function() {
MyListing.Explore._resultsScrollTop = function() {}
});
});