Skip to content

Conversation

@engijlr
Copy link
Contributor

@engijlr engijlr commented Nov 26, 2025

Fixed: umbraco/Umbraco-CMS#19073

Problem:

Dropdown with many items had no scrollbar. Users could not see or click items that went beyond the screen.

Solution:

Changed CSS from overflow: visible to overflow: auto so scrollbars appear when needed.
Added dynamic max-height calculation:

  • Calculates available space above/below the trigger button.
  • Sets max-height to 90% of available space (leaving 10% padding).

Screenshots

Screenshot 2025-11-26 at 15 44 57 Screenshot 2025-11-26 at 13 53 17

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

15.4.0-rc There is no scroll in dropdown while filtering user groups

2 participants