Skip to content

Commit

Permalink
fix: fixed DataTable thead z-index (primefaces#7258) (primefaces#7268)
Browse files Browse the repository at this point in the history
  • Loading branch information
skj-skj authored Sep 28, 2024
1 parent 54df137 commit c330980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/datatable/DataTableBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const styles = `
.p-datatable-scrollable-table > .p-datatable-thead {
position: sticky;
top: 0;
z-index: 1;
z-index: 2;
}
.p-datatable.p-datatable-gridlines .p-datatable-scrollable-table > .p-datatable-thead {
Expand Down

0 comments on commit c330980

Please sign in to comment.