Hello,
We are running into some issues on adjusting the dashboard component's height to accommodate to the screen size and the number of rows/components we are rendering.
One example here: https://jsfiddle.net/h0bufp25/. if we only render one component using dashboard on the screen, it does not take up the full screen size which we'd like to.
Is there's any way to
1. let the component take up the full screen height when the dashboard row height is smaller than the screen
2. keep the height as is when there's more rows and the total height of the rows exceeds the screen height
Thanks so much!