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 dropdown not scrolling when there's not enough vertical space #7940

Open
wants to merge 1 commit into
base: dev-mail
Choose a base branch
from

Conversation

charlag
Copy link
Contributor

@charlag charlag commented Nov 14, 2024

The inner dropdown container was overflowing the outer one instead of scrolling because its height was not restricted. This could be reproduced on a screen that's not tall enough e.g. small mobile screen or landscape orientation of the phone.

Now we set the height to the one of the parent to always have correct height.

Close #7937

@charlag charlag linked an issue Nov 14, 2024 that may be closed by this pull request
4 tasks
The inner dropdown container was overflowing the outer one instead of
scrolling because its height was not restricted. This could be
reproduced on a screen that's not tall enough e.g. small mobile
screen or landscape orientation of the phone.

Now we set the height to the one of the parent to always have correct
height.

Close #7937
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.

Dropdowns do not scroll on small screen sizes
2 participants