I would like the iframe of a custom Azure DevOps extension have a dynamic height to avoid double scroll bars if the content of the iframe is higher than the iframe. As far as I can tell, the height of the extension window is specified in the manifest file as a constant in pixels and there are no options for min-height or a relative height.
contributions: [ { properties: { height: 800 }]