Copy link to clipboard
Copied
Hi, I'm using the full editor, but in my app when the pop-up window appears, this is behind of others elements of my app, the razon is the z-index, is posible add the style z-index: 9999 !important; to the <div id="cc-everywhere-root" /> ?, the problem is the div is in inside <cc-everywhere-container-someID /> (a not defined html tag)
1 Correct answer
Solved, with modalparams, https://developer.adobe.com/create-embed-sdk/docs/reference/shared_types/#modalparams, I can use the parameter "parentElementId" with the id of some div that contain the necessary css to prevent my problem.
Copy link to clipboard
Copied
Solved, with modalparams, https://developer.adobe.com/create-embed-sdk/docs/reference/shared_types/#modalparams, I can use the parameter "parentElementId" with the id of some div that contain the necessary css to prevent my problem.
Copy link to clipboard
Copied
Hello friend, I have the same problem that you already had and solved, could you please provide more details on how you solved it and some code snippet?
Thank you in advance for your attention
Copy link to clipboard
Copied
You dont necessarrily neeed a parent div. You can use the containercofig property while creating your design
https://developer.adobe.com/express/embed-sdk/docs/reference/types/#containerconfig
Something like...
Copy link to clipboard
Copied
Yes, I did it the way I said, but thank you very much for your answer and attention 😉

