Skip to content

Commit

Permalink
fix: primefaces#13781 || dataTable: frozenColumn header overlap with …
Browse files Browse the repository at this point in the history
…frozen body
  • Loading branch information
ashikjs committed Oct 1, 2023
1 parent 4dda67c commit bc548bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/table/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
.p-datatable-scrollable-table > .p-datatable-thead {
position: sticky;
top: 0;
z-index: 1;
z-index: 2;
}

.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
Expand Down Expand Up @@ -84,7 +84,7 @@

.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
position: sticky;
z-index: 1;
z-index: 2;
}

/* Resizable */
Expand Down Expand Up @@ -163,7 +163,7 @@
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
z-index: 3;
}

/* Filter */
Expand Down

0 comments on commit bc548bf

Please sign in to comment.