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(relations): fix modal overflow to access dropdown #1360

Merged

Conversation

gythaogg
Copy link
Contributor

reverted modal dialog overflow to visible in the new relations form so that when the dialog height is shorter than the dropdown, the dropdown remains accessible without having to scroll the dialog.

introduced max-height and auto scroll option for #relation-dialog-content so that when the contents of the dialog overflows the dialog height, the dialog is scrollable (maintains the behaviour of fix #1351)

closes #1359

reverted modal dialog overflow to `visible` in the new relations form so
that when the dialog height is shorter than the dropdown, the dropdown
remains accessible without having to scroll the dialog.

introduced max-height and auto scroll option for
`#relation-dialog-content` so that when the contents of the dialog
overflows the dialog height, the dialog is scrollable (maintains the
behaviour of fix #1351)

closes #1359
@gythaogg gythaogg requested a review from b1rger November 12, 2024 07:45
Copy link
Contributor

@b1rger b1rger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@gythaogg gythaogg merged commit e14c806 into main Nov 12, 2024
13 checks passed
@gythaogg gythaogg deleted the gythaogg/1359-new-relation-show-autocomplete-dropdown branch November 12, 2024 10:38
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.

Autocomplete select in new relations modal dialog
2 participants