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: add min-height to scroll container so at least 100vh #1110

Merged
merged 1 commit into from
Jul 28, 2021

Conversation

sandikbarr
Copy link
Contributor

Quick fix for an issue with autocomplete for generators with a short list of options with an autocomplete at the bottom.

Currently- autocomplete cut off at end of original height:
Screen Shot 2021-07-16 at 9 36 47 AM

Fix- setting min-height of that container as well allows the autocomplete to expand:
Screen Shot 2021-07-16 at 9 38 04 AM

Would be great to address #985 at some point as well, but this helps.

@nx-cloud
Copy link

nx-cloud bot commented Jul 16, 2021

Nx Cloud Report

CI ran the following commands for commit 2de395e. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --all --parallel --target=build
#000000 nx run-many --all --parallel --target=lint
#000000 nx run-many --all --parallel --target=test

Sent with 💌 from NxCloud.

@sandikbarr sandikbarr changed the title add min-height to scroll container so at least 100vh Fix: add min-height to scroll container so at least 100vh Jul 16, 2021
@sandikbarr sandikbarr changed the title Fix: add min-height to scroll container so at least 100vh fix: add min-height to scroll container so at least 100vh Jul 16, 2021
@Cammisuli Cammisuli merged commit 2ce72a8 into nrwl:master Jul 28, 2021
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.

None yet

2 participants