jQuery(function($) { $(document).on('elementor/popup/hide', function(event, id, instance) { // Prevent scroll after popup closes $('html, body').stop(true).animate({ scrollTop: 0 }, 0); }); });