Interior Design Vancouver

1201 W Georgia St #22

jQuery(document).ready(function($) { const headerPopup = $('.elementor-popup-modal'); $(window).on('scroll', function() { if ($(window).scrollTop() === 0) { headerPopup.show(); } }); function stabilizeHeader() { if (headerPopup.length) { headerPopup.css({ 'position': 'fixed', 'top': '0', 'width': '100%', 'z-index': '9999', 'display': 'block' }); } } stabilizeHeader(); $(window).on('resize', stabilizeHeader); });