11 lines
197 B
CSS
Executable File
11 lines
197 B
CSS
Executable File
.p-dataview {
|
|
position: relative;
|
|
}
|
|
|
|
.p-dataview .p-dataview-loading-overlay {
|
|
position: absolute;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
z-index: 2;
|
|
} |