AEM 6.5 - Touch UI: The height of the #ContentFrame keeps growing in edit mode | Community
Skip to main content
February 20, 2020
Solved

AEM 6.5 - Touch UI: The height of the #ContentFrame keeps growing in edit mode

  • February 20, 2020
  • 1 reply
  • 1014 views

Hi,

In edit mode height of ContentFrame is growing to infinity. I know that this happened due to position: absolute and height: 100% of some component added to the page. I had the same issue on AEM 6.4 and I fixed it by setting height: 100% when cq-layer-activated event was triggered but it isn't working on AEM 6.5. Is there any fix for the AEM 6.5 ?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

you can simply ride extra css only for edit mode to control height.

This CSS can be for page or components etc.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
February 21, 2020

you can simply ride extra css only for edit mode to control height.

This CSS can be for page or components etc.

Arun Patidar