Skip to content

Commit

Permalink
fix: primefaces#6857 Adjust top up by 1px when gridlines are active (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcko authored Sep 10, 2024
1 parent 273ef05 commit e1496ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/datatable/DataTableBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ const styles = `
z-index: 1;
}
.p-datatable.p-datatable-gridlines .p-datatable-scrollable-table > .p-datatable-thead {
top: -1px;
}
.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
position: sticky;
z-index: 1;
Expand Down

0 comments on commit e1496ae

Please sign in to comment.