Item view has wrong styles for the app container (BUG)

Hi, I’ve found a bug that affects all the apps built on the item view.

The main problem is the app container (“styles-module_wrapper__cxE1C mfExtensionViewComponent–riDwL”) and it’s styles.

Container have “height: 100%”, but he has a sibling element - “app-header” with “height: 40px”, so he cannot fit the parent container because of that. And it cause problem on each app - 40px (height of the “app-header”) is missing on the bottom of the page, it’s just cut everything on the bottom.

Here is the screenshot for more understanding:


I think it’s very important to fix it ASAP, so the container height won’t be bigger than outer container.

Also “app-header” is removed when I’m opening any Modal from “monday-ui-react-core” library, so then everything is ok, because app container now have enough space (but I think it’s just another bug, which is also good to fix)

3 Likes

+1 to this. It’s causing trouble for the end-users