diff --git a/app/assets/stylesheets/shared/datatables.scss b/app/assets/stylesheets/shared/datatables.scss index aea870e4c..10ab47ae3 100644 --- a/app/assets/stylesheets/shared/datatables.scss +++ b/app/assets/stylesheets/shared/datatables.scss @@ -36,3 +36,9 @@ table.dataTable.table--resizable-columns { } } } + +div.dataTables_wrapper div.dataTables_processing { + // This overrides default library behaviour, where the 'Processing' element + // can go off-screen on large tables due to top: 50% positioning. + top: 150px !important; +}