sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
5 stars 3 forks source link

[Greenhouse] Fix plugin wrapper div styles so the layout works as designed #410

Closed edda closed 1 month ago

edda commented 10 months ago

In Greenhouse plugins are loaded into a wrapper div which misses the correct styles to make the page layout work as designed. What we want is for the plugin apps to take the full height even if there is not enough content to fill the full browser height. This is achieved by ensuring, that each wrapper div inbetween the plugin markup and the Greenhouse shell has display: inline.

andypf commented 9 months ago

all wrapper in between already have the class inline. I had to add h-full class to the greenhouse-main div