Merge pull request #6037 from yzzting/issue-6036
Fix: DataTable Frozen Columns the headers of fixed columns will overlap.pull/6101/head
commit
9312fbab5c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue