https://i.sstatic.net/hihjC.png
.iati-list-table {
overflow-x: auto;
overflow-y: visible;
}
When I apply overflow-visible, a scroll bar appears. But when I use overflowy-hidden, the tooltip is cropped. How can I set it so that overflow x is auto and overflow y is normal (no scroll bar and tooltips are not cropped)?