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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
markginqo
Partner - Contributor III
Partner - Contributor III

Native QS objects no longer transparent?

Hello,

I was just upgrading a QS site that hosts mashups from 3.1 to June 2017 and it seems like the backgrounds of canvas objects when accessed through the capability API are no longer transparent.

3.1:

3.1.png

June 2017:

June2017.png

Was this intentional?  It would be quite limiting to be forced to use white rectangles exclusively...

1 Solution

Accepted Solutions
pathiqvd
Creator III
Creator III

Hi,

  Try this:-

.qv-object{

  overflow: visible;

  background-color: rgba(255, 0, 0, 0);

}

View solution in original post

2 Replies
pathiqvd
Creator III
Creator III

Hi,

  Try this:-

.qv-object{

  overflow: visible;

  background-color: rgba(255, 0, 0, 0);

}

markginqo
Partner - Contributor III
Partner - Contributor III
Author

Thanks Lakshmi, that did the trick!

Cheers,

Mark