Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
2

styles to cc-everywhere-root div

New Here ,
May 14, 2023 May 14, 2023

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)

TOPICS
User Interface
537
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

New Here , May 14, 2023 May 14, 2023

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.

Translate
New Here ,
May 14, 2023 May 14, 2023

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Apr 13, 2024 Apr 13, 2024

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 22, 2024 Jul 22, 2024

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...

editor.create(docConfig, appConfig, exportConfig, {zIndex: 10000});
 




Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jul 22, 2024 Jul 22, 2024
LATEST

Yes, I did it the way I said, but thank you very much for your answer and attention 😉

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines