Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am having troubles applying my preferred background colour to my custom size sheet. Whenever I apply my css code, the background colour does not fully apply to the sheet, it only applies around the sheet. When changed to responsive, the background colour applies to the whole sheet. Any help in resolving this matter is appreciated! thanks!
Below is the code and screenshot of my situation:
='.qvt-sheet {
background: #1E2225 !important;
}'
Hi,
If you are using latest Qlik Sense versions then try to adjust the sheet width and set the back ground color as required.
Though with CSS below seems to be working, you can give it a try.
.qvt-sheet.qv-custom-size #grid{
background: #1E2225 !important;
}
Thanks,