feat(renderer): Add flag to enable auto height for render iframe

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-10-06 22:05:31 +02:00
parent 2817740c94
commit 579919f142
2 changed files with 12 additions and 3 deletions

View file

@ -32,6 +32,7 @@ export const IntroCustomContent: React.FC = () => {
markdownContentLines={content}
rendererType={RendererType.INTRO}
forcedDarkMode={true}
adaptFrameHeightToContent={true}
/>
)
}