We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the search on Parent Page dropdown, the dropdown menu resizes incorrectly, and crops the results without any available means to scroll.
The dropdown page-picker-content element getsheight:110px; and the dropdown results get cropped.
height:110px;
For the dropdown window to not crop the dropdown.
My ¢2: I am not sure how the height is being calculated, might it be a case of just changing height to min-height?
9.13.6 (latest release), 9.13.7 (alpha), 10.0.0 (alpha)
Chrome
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
What happened?
When using the search on Parent Page dropdown, the dropdown menu resizes incorrectly, and crops the results without any available means to scroll.
Steps to reproduce?
Current Behavior
The dropdown page-picker-content element gets
height:110px;
and the dropdown results get cropped.Expected Behavior
For the dropdown window to not crop the dropdown.
Relevant log output
Anything else?
My ¢2: I am not sure how the height is being calculated, might it be a case of just changing height to min-height?
Affected Versions
9.13.6 (latest release), 9.13.7 (alpha), 10.0.0 (alpha)
What browsers are you seeing the problem on?
Chrome
Code of Conduct
The text was updated successfully, but these errors were encountered: