.iati-list-table {
overflow-x: auto;
overflow-y: visible;
}
The scroll bar appears when I use overflow-visible and when i use overflowy-hidden the tooptip is croped.
how do I make in such a way that overflow x is auto and overflow y is normal(no scroll bar and tooltips are not cropped )