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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register 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

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

Hope this helps

Erik Wetterberg