I have a long list (185) items that opens a dropdown menu in a modal popup and I am not able to scroll at all.
The only style applied to the popup is this:
What version of Ignition are you using? We recently (8.1.29, which is still in RC) added more capabilities to the Dropdown to allow for specifying a min and max height, because earlier versions ran into issues similar to yours. I'd be curious to see if you encounter the same issue after using 8.1.29 to actually apply this setting as part of the property schema.
I'm not really worried about the min/max height. I need the scroll bar to appear when the list is too long to be displayed in the height of the dropdown.
The drop down in my example is 230 items long, it only ever shows a handful before the scroll bar kicks in. Is the max height you have set displaying 80% of the items?
I think you are right, i had it do the same thing on non popup view, but it was always when i was messing with my browser size while not full screen or i made my popup extend off screen.