Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cdk/overlay): flexible overlay screen overflow #29904

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Segdo
Copy link

@Segdo Segdo commented Oct 21, 2024

This should prevent selects and some other overlays from going out of screen on the y-axis so users can't reach them fully.

Fixes #13829
Fixes #18901

@Segdo Segdo requested a review from a team as a code owner October 21, 2024 19:53
@Segdo Segdo requested review from crisbeto and andrewseguin and removed request for a team October 21, 2024 19:53
Add max-height to flexible positioned overlays to prevent
them from overflowing out of the scrollable window.

Fixes angular#13829
Fixes angular#18901
@Segdo
Copy link
Author

Segdo commented Feb 10, 2025

Also want to add that this is an accessibility issue because users with high zoom can't reach all select options.

Like in this image on 300% zoom, the user can't see the 4th option "Cheddar":
Screenshot 2025-02-10 at 12 22 32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant