Skip to content

Commit

Permalink
Fixed #422 - Paginator is displayed over table loading overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 4, 2020
1 parent 0893fef commit c2b1035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1996,6 +1996,6 @@ export default {
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
z-index: 2;
}
</style>
1 change: 1 addition & 0 deletions src/components/treetable/TreeTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -989,5 +989,6 @@ export default {
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
</style>

0 comments on commit c2b1035

Please sign in to comment.