Currently, I am facing an issue with displaying tooltip descriptions on top of table data. The problem arises when the description is lengthy, causing it to get cut off. My tooltip position is set at the top.
Here is the structure:
ScrollPanel -> with overflow: auto -table -table head -table data
When I try setting overflow: visible for the scrollpanel, the tooltip description displays correctly, but the table also overflows in the y direction: