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