Skip to content

Commit

Permalink
Fixed #1266 - FilterContent overlaps on frozen columns
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed May 17, 2021
1 parent d8c6ab5 commit a53bae5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1905,6 +1905,10 @@ export default {
background: inherit;
}
.p-datatable-scrollable th.p-frozen-column {
z-index: 1;
}
.p-datatable-scrollable-both .p-datatable-thead > tr > th,
.p-datatable-scrollable-both .p-datatable-tbody > tr > td,
.p-datatable-scrollable-both .p-datatable-tfoot > tr > td,
Expand Down

0 comments on commit a53bae5

Please sign in to comment.