Fixed loading icon
parent
5ef93ee67c
commit
739b199b2b
|
@ -327,7 +327,7 @@ export default {
|
||||||
min-height: 4em;
|
min-height: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-tree-loading-mask {
|
.p-tree .p-tree-loading-mask {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -969,9 +969,7 @@ export default {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-treetable .p-treetable-loading-overlay {
|
||||||
/* Loader */
|
|
||||||
.p-treetable-loading-overlay {
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue