Fixed #422 - Paginator is displayed over table loading overlay

pull/426/head
cagataycivici 2020-08-04 15:11:16 +03:00
parent 0893feffd3
commit c2b10355c8
2 changed files with 2 additions and 1 deletions

View File

@ -1996,6 +1996,6 @@ export default {
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
z-index: 2;
}
</style>

View File

@ -989,5 +989,6 @@ export default {
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
</style>