I have a script that upon clicking Search, searches for users, and brings back the list. The list could be from 1- any number. I want the list to max out at 400 px in height and add overflow-y: scroll to it.
Is this possible? I have tried adding it to the function that gets the list but it just ignores it.
Answer was to use the css max-height property.