carbon-design-system / carbon

A design system built by IBM
https://www.carbondesignsystem.com
Apache License 2.0
7.75k stars 1.8k forks source link

MultiSelect/Dropdown list going outside of bounding containers #4421

Closed tahaimt closed 4 years ago

tahaimt commented 4 years ago

I have seen in other frameworks that dropdown/multiselect lists are rendered on the root so that they are not bounded by the container.

image

What package(s) are you using?

Detailed description

I am having this issue because I have a smaller (height) search component (which shows all the time) above a table component that is only rendered when there is data. When the page is loaded for the first time, there is no data so table component is not rendered and you are not able to see anything that goes out of bound of the search container.

asudoh commented 4 years ago

Our multi select and drop down are non-floating. You'll need to ensure the content outside the container is visible, e.g. overflow:visible.

stale[bot] commented 4 years ago

We've marked this issue as stale because there hasn't been any activity for a couple of weeks. If there's no further activity on this issue in the next three days then we'll close it. You can keep the conversation going with just a short comment. Thanks for your contributions.

stale[bot] commented 4 years ago

As there's been no activity since this issue was marked as stale, we are auto-closing it.