[ADF-4588] Datatable - fix copy content tooltip for ellipsis cell (#4751)

* [ADF-4588] - remove overflow from ellipsis class

* [ADF-4588] - fix css
This commit is contained in:
Silviu Popa
2019-05-22 10:34:39 +01:00
committed by Denys Vuika
parent 22dc800e13
commit 26a495c95d
@@ -450,6 +450,7 @@
}
}
.adf-datatable-content-cell {
overflow: unset;
position: absolute;
}