-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
Select in v4.1.0 is missing dynamic max-height #242
Comments
Can confirm that this exists. |
@CryptAlchemy shall I get to understand the status of the bug so that I could be a help in hand? I also face the same issue as shown below: |
I found the solution:
Important was the only hack I could see as the left was set to 0 by default and to have it aligned with the select field, it had to be unset. |
Thanks, it helped a lot. I also had to put |
Describe the bug
The
<Select>
component no longer sets a dynamicmax-height
that adjusts with the available vertical space on the page.To Reproduce
Steps to reproduce the behavior:
<Select>
Expected behavior
The menu surface should adapt height to available space.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
The text was updated successfully, but these errors were encountered: