我有一个显示 mgt-person 罚款的单元格渲染器,但悬停的 mgt-person-card 位于以下 ag-rows 后面。
我试过了
.ag-row {
z-index: -unset !important;
}
.ag-cell {
overflow: visible !important;
}
和
mgt-person-card {
z-index: 100000;
}
还suppressRowTransform={true}
任何帮助表示感谢