-
Notifications
You must be signed in to change notification settings - Fork 350
fix(BaseListItem): fix overflow tooltip #3151
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(BaseListItem): fix overflow tooltip #3151
Conversation
PR Reviewer Guide 🔍(Review updated until commit 8cc35b8)Here are some key observations to aid the review process:
|
|
📦 Bundle Size Analysis ✅ No bundle size changes detected. Unchanged Components
📊 Summary:
|
|
A new prerelease version of this PR has been published! 🎉 To update Or with npm: To update Or with npm: To update Or with npm: To update Or with npm: To update Or with npm: To update Or with npm: To update Or with npm: To update Or with npm: To update Or with npm: To update Or with npm: |
User description
https://monday.monday.com/boards/3532714909/views/80492480/pulses/18253147838
PR Type
Bug fix
Description
Add
containerSelector="body"to Tooltip component for proper positioningPass
tooltipPropswithcontainerSelectorto Text componentFix tooltip overflow issues in dropdown list items
Diagram Walkthrough
File Walkthrough
BaseListItem.tsx
Add containerSelector to fix tooltip positioningpackages/core/src/components/BaseListItem/BaseListItem.tsx
containerSelector="body"prop to Tooltip wrapper componenttooltipProps={{ containerSelector: "body" }}to Text component