Letting dropdown show outside the groups

Hello,

I am using Helical Insight 4.1GA and I have few filters on the dashboard, for a better layout I have placed them in a group. But when I try to choose the values in the dropdown, I am not able to see all the values in it.

Thank You,
Snow.

Hello Snow,

This is happening because the dropdown are part of the group and the group has a defined height. Anything outside of it is not shown on dashboard. Use the following CSS on the group to show the complete dropdown, even beyond the group boundaries.

#{
Overflow: visible;
}

Thank You,
Helical Insight.