I have a dcc.Dropdown()
item on my dashboard that upon clicking only displays about 5 items worth of content. It’s a pretty long list, so I’m hoping to show more items. How do I modify this?
I tried dcc.Dropdown(..., style={'height': '50px'})
but that only changed the height of the dropdown box itself, not the length of the list upon clicking.