Fixed #422 - Paginator is displayed over table loading overlay
parent
0893feffd3
commit
c2b10355c8
|
@ -1996,6 +1996,6 @@ export default {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -989,5 +989,6 @@ export default {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
z-index: 2;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue