Skip to content

Commit

Permalink
Fixed #6745
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 14, 2024
1 parent d2b06b4 commit 1d5309a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primevue/src/treetable/style/TreeTableStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1d5309a

Please sign in to comment.