Merge pull request #6037 from yzzting/issue-6036

Fix: DataTable Frozen Columns the headers of fixed columns will overlap.
pull/6101/head
Tuğçe Küçükoğlu 2024-07-22 11:03:47 +03:00 committed by GitHub
commit 9312fbab5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const theme = ({ dt }) => `
.p-datatable-scrollable .p-datatable-frozen-column { .p-datatable-scrollable .p-datatable-frozen-column {
position: sticky; position: sticky;
background: inherit; background: ${dt('datatable.header.cell.background')};
} }
.p-datatable-scrollable th.p-datatable-frozen-column { .p-datatable-scrollable th.p-datatable-frozen-column {