Remove white space below dashboard

Hello helical insight team,

When I am creating a dashboard, I can see extra white space at the bottom after all the components or reports are over.

Thanks,
Netta

Hello netta,

This issue has been resolved in 4.0.

You can add the following script at dashboard level CSS to remove the white space:

.grid-stack{

height: 1255px !important;

}

You can adjust the height according to the requirement in the CSS code px place. The CSS code is put at the below location in dashboard designer.