Fix: DataTable Frozen Columns the headers of fixed columns will overlap.
parent
3440bb9931
commit
5caed1ce40
|
@ -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