/Bigcommerce/ Install Popup/Chat from PageBuilder
Displaying popup/chat in pagebuilder
Only “Edit” button is visible and other content is hidden on the PageBuilder page by appending “hideContent=true” query string param to POWR iframe url. This param is further is read in “base_view.jsx”which hides the content.
Displaying popup/chat on live site
Currently only way to install Popup/Chat apps on the BC site homepage is using PageBuilder widget areas. But BC sets z-index of these areas and its descendant DOM elements to 0. In order to properly display Popup/Chat above all other content on page the z-index is changed to 9999999 in powr.js.