Scroll bar is showing up on the dropdown filter in the dashboard

Hello Helical Team,

In the dashboard scroll is showing up for the filter , need solution to fix the issue. I am using Helical Insight 4.1 EE.

image

Thank You,
Netta.

Hello Netta,

Steps to be followed :

  1. Open “Styles.css” in in the below path
    …. \hi\apache-tomcat-9\webapps\hi-ee\css
    Search for .component-container and within that there is a property of overflow which has !important, remove this !Important portion that and then save this file. In the below image also we have circled in blue what exactly has to be removed. Then save this file

image

  1. Open the dashboard in edit mode , right click on filter

image

  1. Provide below css :
.component-container{

overflow :hidden !important;

}
  1. Save the dashboard, it will work fine and you will not see scroll.

Thank You,
Helical Team.