Skip to content

Commit

Permalink
Made loader fixed on screen
Browse files Browse the repository at this point in the history
Should it be required, the loader can be moved if required
  • Loading branch information
droberts-ctrlo committed Oct 9, 2023
1 parent 837568f commit c577b2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/frontend/components/data-table/_data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,12 @@ div.dataTables_wrapper div.dataTables_filter input.form-control {
justify-content: flex-start;
}
}

div.dataTables_processing {
top: 10rem !important;
left: 50%;
width: 200px;
text-align: center;
padding: 2px;
position: relative;
}

0 comments on commit c577b2d

Please sign in to comment.