Adjusting dropdown number of rows?

Can we adjust the number of rows dispalyed for a dropdown in perspective ?

with theme.css or injection
(change max-height as much as you want, you could also do a percent like 50%)

.iaDropdownCommon_options_modal {
    max-height: 253px !important
}

is there a way to distinc each dropdown component ?
image
has no effect

No there is not, it only works on all of them

1 Like