Scroll alignment issue for date picker in Dashboard designer

Hello Helical Team,

I am using helical insight enterprise version 4.1 GA. When I use date picker component it is giving a strange alignment issue of date picker as shown below. The date picker is not looking very proper.

Thank You,
Netta.

Hello Netta,

  1. Open Dashboard in edit mode
  2. Apply below css in css place holder then save the dashboard

.input-group{position:absolute !important}

Before :
image

After :

image

  1. Alternatively this can also be put in styles.css or an external styling file can be created in which this can be written and invoked so that there is no need to write that in each dashboard again and again.

Thank You,
Helical Insight.