mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Fixed #6745
This commit is contained in:
parent
d2b06b4ff3
commit
1d5309afc1
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const theme = ({ dt }) => `
|
||||||
|
|
||||||
.p-treetable-scrollable .p-treetable-frozen-column {
|
.p-treetable-scrollable .p-treetable-frozen-column {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
background: inherit;
|
background: ${dt('treetable.header.cell.background')};
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-treetable-scrollable th.p-treetable-frozen-column {
|
.p-treetable-scrollable th.p-treetable-frozen-column {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue