owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
421 stars 157 forks source link

Dropdown in modal doesn't overflow when there is space #11032

Closed JammingBen closed 6 days ago

JammingBen commented 1 month ago

Describe the bug

Select dropdowns in modals don't overflow the modal's border, even if there is plenty of space left beneath the modal.

Steps to reproduce

  1. Go to the users list
  2. Select a user, click on "Add to groups"
  3. Open the group dropdown

Expected behavior

The dropdown makes use of the available height. Or at least make the dropdown itself scrollable.

Actual behavior

The dropdown is being cropped. Also, the modal is scrollable (not the dropdown), which feels very weird.

image