Skip to content

Commit

Permalink
Merge pull request #491 from droberts-ctrlo/datatable-loading-fix
Browse files Browse the repository at this point in the history
Fix for datatables loading graphic displaying in the incorrect place [B: 1738]
  • Loading branch information
abeverley authored Dec 5, 2024
2 parents 27908bd + ef789d6 commit fd1d2e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frontend/components/data-table/_data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ div.dataTables_wrapper div.dataTables_filter input.form-control {
}
}

div.dataTables_wrapper div.dataTables_processing {
div.dataTables_wrapper div.dataTables_processing,
div.td-container div.dt-processing {
top: 10rem;
}

Expand Down

0 comments on commit fd1d2e3

Please sign in to comment.