Fixed #4993 - VirtualScroller loading is not working on DataTable
parent
68a7a26cd1
commit
7a60ea1f6c
|
@ -230,7 +230,7 @@ const css = `
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-datatable .p-virtualscroller .p-virtualscroller-loading {
|
.p-datatable .p-virtualscroller .p-virtualscroller-loading {
|
||||||
transform: none;
|
transform: none !important;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue