mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4993 - VirtualScroller loading is not working on DataTable
This commit is contained in:
parent
68a7a26cd1
commit
7a60ea1f6c
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ const css = `
|
|||
}
|
||||
|
||||
.p-datatable .p-virtualscroller .p-virtualscroller-loading {
|
||||
transform: none;
|
||||
transform: none !important;
|
||||
min-height: 0;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue