Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to dynamically change div height in Qlik sense mashup

I created a mashup with Qlik sense 3.0.

The content height in one div will change according to different selection. If there is no content, the div will hide.

I use the following css format, but it does not work:

<div style=" max-height: 3px;  overflow: show;"> myQlikContent  </div>

Any suggestion is appreciated!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Fix the problem by using 'position'

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Fix the problem by using 'position'

marc8891
Contributor II
Contributor II

Can you show the code you used?