コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

Infinity Scroll on a site in Editor mode AEM6.5 SP20

Avatar

Level 8

Hi

We have a template in AEM6.5 SP20 that has an infinity scroll in Editor mode. Any suggestion how to fix this?

anasustic_0-1722335772419.png

 

 

1 受け入れられたソリューション

Avatar

正解者
Community Advisor and Adobe Champion

Hi,

This issue is related to the use of vh (virtual height) in your custom CSS. Most likely you are using something like this: height: 100vh which may not work in "Edit mode" due to its iframe relationships. To fix this, you should add a condition to set a fixed height in Edit mode.

Hope this helps.



Esteban Bustamante

元の投稿で解決策を見る

3 返信

Avatar

Community Advisor

Some of your custom CSS is probably conflicting with OOB css styles.

Check if you have defined any styles for #ContentWrapper or any of the other OOB css classes in your custom clientlibs. 

Avatar

正解者
Community Advisor and Adobe Champion

Hi,

This issue is related to the use of vh (virtual height) in your custom CSS. Most likely you are using something like this: height: 100vh which may not work in "Edit mode" due to its iframe relationships. To fix this, you should add a condition to set a fixed height in Edit mode.

Hope this helps.



Esteban Bustamante

Avatar

Level 1

You can target the coral container , and give some fixed/px height to image if you give vh propery to any of your component