Setting the dcc.Dropdown overflow value clips the dropdown box

I have a dcc.Dropdown box that will eventually be filled with a lot of values, however once box values go past the height of the box it expands. So I set overflow to scroll, but now when the dropdown box pops up it’s hidden within the scroll. What I need is the overflow in the box showing the selected values to have a scrollbar, but for the dropdown box to be outside of the scroll bar.

Essentially I’m looking for this:
good

But what I get is this
bad