To expand on the title, does anyone know how to render portal request property panels to display the full view of the component to avoid scrolling behaviour.
Is there a fixed height settings for this module?
To expand on the title, does anyone know how to render portal request property panels to display the full view of the component to avoid scrolling behaviour.
Is there a fixed height settings for this module?
For anyone searching this in the future: Figured the solution is to remove the viewportSize variable in the manifest.yml for the app module, this allows it to auto-adjust vertically. However rendering anything past the width of the form’s div will cause overflow horizontally