Does anyone have any good approach for allowing clients to use the editor to update elements that are hidden or behind other elements? For example if there’s a text block that appears only after an interaction trigger, or a div behind another div that shows only on scroll interaction. In the designer I temporarily use display: none, but need an approach from the editor side for clients.
Thanks!