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 dropdown in modal #605

Merged
merged 9 commits into from
Feb 25, 2025
Merged

Fix dropdown in modal #605

merged 9 commits into from
Feb 25, 2025

Conversation

wuda-io
Copy link
Member

@wuda-io wuda-io commented Feb 24, 2025

Proposed changes

This should fix #35. Not an ideal solution but a lot better than before. The modal has overflow enabled, so the dropdown element can not expand properly. Remove the overflowing and make header and footer stick to top and bottom.

Screenshots (if appropriate) or codepen:

Before:
Screenshot 2025-02-24 at 09 59 37

Types of changes

After:
Screenshot 2025-02-24 at 09 57 09

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to change).

Checklist:

  • I have read the CONTRIBUTING document.
  • My commit messages follows the conventional commit format
  • My change requires a change to the documentation, and updated it accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@wuda-io wuda-io requested review from danice, gselderslaghs and a team February 24, 2025 09:08
remove overflow from cards
This fixes also the select issue with the label placement. The impact
is not tested, but in that case we should offer a relocate function to
move the dropdown manually.
@wuda-io wuda-io merged commit 7a17d57 into v2-dev Feb 25, 2025
2 checks passed
@wuda-io wuda-io deleted the fix-dropdown-in-modal branch February 25, 2025 10:20
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.

1 participant