Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
claudiadrey
Partner - Contributor III
Partner - Contributor III

Global Selection Layout Problem in MashUp

Hello everybody,

when I click on the global selection button a javascript script adds the global selection popup.

In my Mahsup the selection bar isn't at the top of the page. so I added this:

.qv-global-selections{

top: 483px !important;

}

But this solution isn't responsive. What can I do?

Thanks for helping!

Claudia

1 Reply
ErikWetterberg
Master
Master

Use media queries Using media queries - CSS | MDN to apply different styling for different screen sizes.

Hope this helps

Erik Wetterberg