question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TooltipDefinition is not shown properly

See original GitHub issue

CSS issue for TooltipDefinition component.

TooltipDefinition goes underneath of other components:

image (1)

<TooltipDefinition
   align='start'
   direction='bottom'
   tooltipText={name}
>

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
joshblackcommented, Mar 31, 2020

Yeah, definitely is a tricky problem unfortunately 😞 In this case the overflow is for horizontal scroll if I remember correctly. I believe this is a limitation within CSS and it is unlikely that we could do much to resolve it. If you have any ideas let us know!

Going to close this out for now but am happy to re-open if there is something we can to do help address this!

1reaction
Donisiuscommented, Mar 31, 2020

Removing the overflow-x: auto from .bx--data-table-container seems to “fix” it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooltip is not showing properly - Stack Overflow
in my experience in some cases tooltip will not display properly because of responsiveness, so if it's an in table item you should...
Read more >
Tooltip not rendering properly in UI for ASP.NET AJAX - Telerik
The original app displays the tooltips fine, but in the ported version, there is a display anomaly that I could not figure out...
Read more >
Tooltip Guidelines - Nielsen Norman Group
Definition: A tooltip is a brief, informative message that appears when a user interacts with an element in a graphical user interface (GUI) ......
Read more >
Format Titles, Captions, Tooltips, and Legends - Tableau Help
There are several ways text can appear on a sheet. You can show titles and captions on any sheet. Another option is to...
Read more >
Tooltip – Carbon Design System
Tooltips display additional information upon hover or focus. ... edges of the browser to properly be placed in view so the container does...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found