Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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

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

Hope this helps

Erik Wetterberg