Merge pull request #2535 from tugcekucukoglu/virtual

Fixed #2534- Header elements in DataTable with virtualScroller are no…
pull/2538/head
Tuğçe Küçükoğlu 2022-05-11 15:57:10 +03:00 committed by GitHub
commit cdb1449f44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -2056,6 +2056,10 @@ export default {
display: table-cell;
}
.p-datatable-scrollable .p-virtualscroller > .p-datatable-table {
display: inline-block; /* For Safari */
}
/* Resizable */
.p-datatable-resizable > .p-datatable-wrapper {
overflow-x: auto;