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

Commits on Nov 12, 2024

  1. fix(relations): fix modal overflow to access dropdown

    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 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fbbaf83 View commit details
    Browse the repository at this point in the history