Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
cindy_user
Contributor III
Contributor III

How to hide the full screen button in extension

I downloaded an extension, the function of this extension is to change the sheet background, such as color and so on. Because I want to change the background color of the sheet to white.

But when I pull this extension to analysis, it will have a button for full screen. I need to delete it for users to use.

I have read the community's answer to this question. I tried to add the following code to the downloaded extension css document, but it didn't play any role. Is there a problem with my method or code?

code:

3.PNG

 screenshots about this extension:

Capture.PNG2.PNG 

If anyone knows how to solve it, I would be very grateful!

 

 

Labels (2)
3 Replies
Bunim
Contributor III
Contributor III

.qv-object-nav
{
display: none;

}

EliGohar
Partner - Creator III
Partner - Creator III

Not sure what's your QS version is, I'm using Nov 2020 and have this feature to hide the hover menu (Appearance -> General)

EliGohar_1-1645015066450.png

Eli.

Bunim
Contributor III
Contributor III

you are correct.

But to hide the button for all sheet you need to go into every component and disable over menu.
Which is not the case by using the CSS option that affect all sheet.

 

Bunim.