Position Checkbox on Top

Hello helical insight,

Hi Team. I am using Helical Insight 4.0 and on the dashboard I am using checkbox for my input parameter selection. However, when I am expanding the checkbox to see the values, the values are going behind the reports/charts. What do I do?

Thanks,
Snow

Hello snow,

Use the following CSS at the dashboard level:

div[data-comp-type=checkbox]

{
display: table-footer-group;
}

This below code is put in the CSS of dashboard designer highlighted below