Skip to content

Commit

Permalink
Fix for datatables loading graphic displaying in the incorrect place
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo committed Nov 29, 2024
1 parent 44d7f03 commit ef789d6
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 ef789d6

Please sign in to comment.