I have this modal. Inside it, there is a red flexbox with width 400, height 200, row_gap 4px
With a list of 4 items
Inside this flexbox, there is 1 dropdown, which repeats 4 times because, again, I have 4 items in the red flexbox
If I set the flexbox Overflow to Scroll, I can’t see option 3 of the dropdown, because it is inside the flexbox
If I set the flexbox Overflow to Unset, I can see option 3 of the dropdown in the right way, but the list of items goes outside the flexbox and it is unusable
I want the list of items to stay inside the flexbox, but I want all the options in the dropdown to be displayed when it is expanded