diff --git a/plugins/CoreHome/stylesheets/dataTable/_rowActions.less b/plugins/CoreHome/stylesheets/dataTable/_rowActions.less
index 55f9876e4c10785f69a69ebb3c0b3a59e64f38f2..4ba2dbc88bdb01a7f45371903f3b236c92a9206c 100644
--- a/plugins/CoreHome/stylesheets/dataTable/_rowActions.less
+++ b/plugins/CoreHome/stylesheets/dataTable/_rowActions.less
@@ -5,6 +5,7 @@ table.dataTable .dataTableRowActions {
   display: none;
   overflow: hidden;
   margin-top: -5px;
+  z-index: 1000; /* Work around FF bug to make sure it displays over ellipsis */
 }
 
 *+html table.dataTable .dataTableRowActions {