Skip to content

Commit

Permalink
Fixed #1970 Fixed #1938
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Jan 11, 2022
1 parent b2c4f22 commit f6fbaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,7 @@ export default {
white-space: nowrap;
}
.p-datatable-resizable .p-resizable-column {
.p-datatable-resizable .p-resizable-column:not(.p-frozen-column) {
background-clip: padding-box;
position: relative;
}
Expand Down

0 comments on commit f6fbaeb

Please sign in to comment.