Hi All,
After migrating to touch UI, we observed that few pages are getting infinite height added.This seems to be popular issue while migrating from classic UI to touch UI. It is I guess due to our CSS files have height defined for few elements in vh, position absolute + height 100% which really doesn’t go with touch UI. Touch UI has a class ContentWrapper for which the height gets calculated in – “/libs/cq/gui/components/authoring/editors/clientlibs/core/js/ContentFrame.js” and it depends upon css for all components in page.
I tried multiple solutions people have used online but most of them are either not working or hiding some other content. As per my knowledge the best solution will be to get ride of vh, position absolute + height 100% in our CSS but that involves lot of efforts from frontend team. Anyone here can suggest me a better and quick solution on this?