I have a angular 7 ag-Grid with a drop inside my cell. My dropdown works fine but it doesn't work for the table last record ag table hide dropdown inside inside table. Down below a screenshot and my css is attached.
css:
.ag-cell { overflow:visible; }
.ag-row {
z-index: 0; }
.ag-row.ag-row-focus {
z-index: 1; } .ag-root.ag-layout-auto-height,
.ag-body-viewport.ag-layout-auto-height,
.ag-body-viewport-wrapper.ag-layout-auto-height {
overflow: visible; }
screenshot:
