'MaterialUI - TableRow with Tooltip when table has horizontal scroll
I'm using material-ui v.4.
I have TableRow with Tooltip in Table. The tooltip always appears in the middle of the row. This is okay when the table does not have horizontal scroll.
Sometimes on small devices the table has horizontal scroll and the tooltip does not appear in the middle of the visible part of the table but still in the middle of the row.
I tried to modify the tooltip via css but this broke the table as well.
How to always position the tooltip in the middle of the visible part of the table?
[
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
