Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

Modal Page position not relative to screen height

Avatar

Level 2

I'm trying to create a modal component for my page in AEM. Everything works great. The modal js builds the code in the DOM at the bottom of the page as a direct child of the <body>. Normally with heights at 100% I can position the modal in the middle of the screen, however, the source code of AEM shows that the height of a parent iframe and div are set automatically based on the content. This makes it difficult to position based on the window height. Is there a way around this?

1 solución aceptada

Avatar

Respuesta correcta de
Level 2

So, I found the solution. I was going to delete this but then thought, it may help someone in the future. The solution is that the preview mode is the only place the iframe exists. Once you view it  published, the iframe goes away and there isn't a problem anymore. 

Ver la solución en mensaje original publicado

2 Respuestas

Avatar

Respuesta correcta de
Level 2

So, I found the solution. I was going to delete this but then thought, it may help someone in the future. The solution is that the preview mode is the only place the iframe exists. Once you view it  published, the iframe goes away and there isn't a problem anymore. 

Avatar

Administrator
Thank you for sharing the solution with community.


Kautuk Sahni