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 overflow #8907

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Fix dropdown overflow #8907

merged 1 commit into from
Dec 5, 2024

Conversation

bosiraphael
Copy link
Contributor

Fixes:
Capture d’écran 2024-12-03 à 14 59 24

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

PR Summary

Removed overflow restriction from DropdownMenu component to prevent content from being cut off within dropdown menus.

  • Modified /packages/twenty-front/src/modules/ui/layout/dropdown/components/DropdownMenu.tsx to remove overflow: hidden property, allowing dropdown content to display fully
  • Potential edge case: Dropdowns may now extend beyond their container boundaries, requiring additional testing with various content lengths and positions

1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile

@bosiraphael bosiraphael merged commit c23896c into main Dec 5, 2024
19 checks passed
@bosiraphael bosiraphael deleted the fix-dropdown-overflow branch December 5, 2024 17:13
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.

2 participants