Remove arrow in dropdown, change dropdown length

Hi there.

Is it possible to remove this icon/arrow, and also change the length of the dropdown?

Is it possible to remove this icon/arrow, ...

Don't. It is the visual clue that the component is a dropdown. Don't confuse your users.

... and also change the length of the dropdown?

and

While, yes limiting the height worked to an extent, it caused problems with modal views of the dropdown. It would pop up in the modal format and be a long list that requires a scrollbar, but none was given. Since this property has to be applied project-wide in the stylesheet there's no way around it (that I found).

The overflow may be hidden. Try adding,
style.overflow : scroll

I've never tried to do this so - just a suggestion.

I tried that.

I tried everything because I really didn't want the dropdowns to be that short, but I found no way around it. (8.1.27 - could've been fixed by now).