After upgrade, edit mode community interface does not rendered fully
Recently we have upgraded our episerver to the following versions,
- EPiServer.CMS.Core 11.13.1
- EPiServer.CMS.AspNet 11.13.1
- EPiServer.CMS.UI.Core 11.22.0
- EPiServer.CMS.UI 11.22.0
- EPiServer.CommonFramework 9.0.1
- EPiServer.Community 9.0.0
After upgrade edit mode community interface appear to be cutoff, (overflow hidden) and only a small part of the content is visible. After inspecting this apear to be causing form a dynamic height which is added to the #epi-applicationBodySidebar and #epi-applicationBodyMain elements, for each of this elements with this id, there is a dynamic height of 68px being added, which result in screens with only 68px of content visible.
What is the solution which we can use to resolve this issue?