Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I've created a custom theme for qlik sense where I've changed the border color in the css file :
.qv-object-content-container .qv-object-content table {
border: 0.1px solid #232558;}
.sheet-grid .qv-gridcell {border: 0.1px solid #232558;}
This works fine BUT I have a problem :
when there is NO CHART, Qlik keeps a border (see the second line)
The question is : HOW TO REMOVE THESE BORDERS? (when there is no chart?)
try below code/css
.qv-client.qv-card #qv-stage-container #grid .qv-object-wrapper .qv-object{border: 1px solid ;}