Hi,
my KPI is not visible because of another element is overlapping over it:
The container overlapping over it has the following code:
"id": "htmWhi",
"sticky": "top",
"appearance": [
{
"row": "1/2",
"column": "1/7",
"shadow": true
}
]
},
Code of the corresponding element contained in the container:
{
"id": "htm_whi_ele",
"type": "html",
"styles": {
"backgroundColor": "white"
},
"config": {
"html": "<div></div>"
}
}
Any ideas on how to prevent the container ‘htmWhi’ from overlapping over my KPI?