Dropdown gets cut off?

How do I get the dropdown to not get cut off at the bottom?

I have a card and this dropdown is inside the card.

Overflow is currently unset. If I try to change it to auto, it doesn’t work →

have you tried overflow: visible?

1 Like

I just did! But that didn’t work as well…

I’m having the same issue in a datagrid.

1 Like

Overflow: visible should be applied on the parent elements instead of the dropdown itself

2 Likes

Even when I set the overflow of the parent to visible, I still have the dropdown cut off when I put the multi-select on a Kanban card. Is this a particular behavior for the Kanban ?
Screenshot 2023-11-18 at 13.23.12

It was me messing the z-axis value on some elements of the Kanban. After a full recheck of all the elements it is now working as expected.

1 Like