Fix: DataTable Frozen Columns the headers of fixed columns will overlap.

pull/6037/head
杨滋滋 2024-07-09 22:03:28 +08:00
parent 3440bb9931
commit 5caed1ce40
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 {
position: sticky;
background: inherit;
background: ${dt('datatable.header.cell.background')};
}
.p-datatable-scrollable th.p-datatable-frozen-column {