Fixed #2534- Header elements in DataTable with virtualScroller are not in the correct position on the scroll.

pull/2535/head
Tuğçe Küçükoğlu 2022-05-11 15:56:38 +03:00
parent 4c75a1c47c
commit cde0b4b574
1 changed files with 4 additions and 0 deletions

View File

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