Fixed #6745
parent
d2b06b4ff3
commit
1d5309afc1
|
@ -31,7 +31,7 @@ const theme = ({ dt }) => `
|
|||
|
||||
.p-treetable-scrollable .p-treetable-frozen-column {
|
||||
position: sticky;
|
||||
background: inherit;
|
||||
background: ${dt('treetable.header.cell.background')};
|
||||
}
|
||||
|
||||
.p-treetable-scrollable th.p-treetable-frozen-column {
|
||||
|
|
Loading…
Reference in New Issue