Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Fix the problem by using 'position'
Fix the problem by using 'position'
Can you show the code you used?