-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(tooltip): ensure tooltip is not hidden in storybook #5304
fix(tooltip): ensure tooltip is not hidden in storybook #5304
Conversation
0b9cd62
to
b2b66ce
Compare
Deploy preview for carbon-elements ready! Built with commit 0b9cd62 |
Deploy preview for carbon-components-react failed. Built with commit 0b9cd62 https://app.netlify.com/sites/carbon-components-react/deploys/5e3db811b547f800087565e2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have the icon be the info icon again with icon-02 color token? Right now its showing a red dot
The tooltip open looks good when set to bottom
and right
now. It still gets covered up for left and
top`. I don't know if its that big of a deal for people if some positioning options look visually cut off, but it looks weird to me.
Deploy preview for carbon-elements ready! Built with commit e190028 |
Deploy preview for carbon-components-react failed. Built with commit e190028 https://app.netlify.com/sites/carbon-components-react/deploys/5e41a9134e92d700086c8c5f |
@laurenmrice updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b44be1d
to
0df89bf
Compare
@laurenmrice updated again! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great thank you !! 🙌🏻
Closes #5286
Centers
Tooltip
so that the pop up is not hidden under the side navAlso adjusts Tooltip positioning logic for
left
andright
directionsChangelog
New
Changed
left
andright
variationsTesting / Reviewing
Ensure the tooltip no longer renders under the side nav