Skip to content

Commit

Permalink
style: Fix z-index of table loading area #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jan 21, 2025
1 parent c1cc84f commit 044951e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/jsorolla-ui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ select.no-data + .select2-container--bootstrap-5.select2-container--open.select2
// bootstrap-table styles override
.bootstrap-table .fixed-table-loading {
min-height: 120px;
z-index: 500 !important;
}
// Custom pagination-detail on top of the boostrap-table grids.
// This removes the pager buttons on top pf the grids leaving only the counter of records.
Expand Down

0 comments on commit 044951e

Please sign in to comment.