You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple ContainedList components, with each list header containing a label and an icon with tooltip. When I hover over an icon to view a tooltip, if the tooltip label is long enough, it will be covered by the ContainedList header components underneath it.
This ended up working for my intended use case, resulting in the tooltips no longer being covered. However, I have not fully investigated the effects of these changes.
Package
@carbon/react
Browser
Chrome
Package version
v1.70.0
React version
v18.2.0
Description
I have multiple
ContainedList
components, with each list header containing a label and an icon with tooltip. When I hover over an icon to view a tooltip, if the tooltip label is long enough, it will be covered by the ContainedList header components underneath it.Reproduction/example
https://stackblitz.com/edit/github-pk4qyfwl?file=src%2FApp.jsx
Steps to reproduce
In the Stackblitz, hover over each icon and observe how the tooltip behaves.
Suggested Severity
Severity 4 = Unrelated to a user task, has a workaround or does not need a workaround.
Current Workaround
I applied the following CSS properties to the ContainedList header:
This ended up working for my intended use case, resulting in the tooltips no longer being covered. However, I have not fully investigated the effects of these changes.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: