Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can I make the height of a Qlik Sense object dynamic in a mashup?
I want that the height is as many pixels as needed to avoid displaying a scroll. However, when I use height:auto in the CSS, the object gets displayed with a lot of white space below.
div.qvobject-dynamic {
flex: 1 1 auto;
height:auto;
min-width: 400px;
max-width: 760px;
margin: 5px 10px 5px 10px;
padding:5px;
}
<div id="DailyConstructionList" class="qvobject-dynamic"></div>