good first issuetype: bug
Description
Hi,
Similar problem was discussed here: https://github.com/angular-ui/ng-grid/issues/666 But it's old. Now,
When I have a bootstrap bropdown button in a cell template, it is now shown. I created CSS (actually less) for it:
.ui-grid-cell.showMe {
overflow: visible;
.ui-grid-cell-contents {
overflow: visible;
}
}
and then user showMe as cellClass. The result:

It seems working BUT, still there is a problem with table overflow:

When it overflows from table, it's now shown. How we can solve the problem?