embedding-api-v3-samples
embedding-api-v3-samples copied to clipboard
Dashboard width dynamically changes but not height
Hi,
We're trying to have our automatic sized dashboard dynamically resize when the user's window size changes. I'm using your simple code in basicEmbeddingWebComponent.html (minus the definition of the div container where the style is set) and have noticed that the width of the dashboard changes when I make the window narrower but the height does not change when I make the window shorter/taller. In fact, the height seems to be stuck at 600px. The height of the dashboard itself is definitely automatic.
Would it be possible to add the same dynamic functionality to height that is currently applied to width?
Thanks