Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
morenoju
Partner - Specialist
Partner - Specialist

Dynamic height of an object in a mashup

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>

Labels (3)
1 Reply
ajaykakkar93
Specialist III
Specialist III

hi,

Didi you check by using percentage like 
height : 30% !important;

 

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting