Skip to content

Commit

Permalink
HxGrid - InfiniteScrollTests - subpixel rendering fix/workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
hakenr committed Jun 26, 2024
1 parent 95eedb0 commit e6e3a7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BlazorAppTest/Pages/HxGrid_InfiniteScroll_Test.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
table-layout: fixed;
}

::deep .table-pivot table {
/* Fixes subpixel rendering for pivot column header (missing border at certain scales) */
border-collapse: separate;
border-spacing: 0;
}

::deep .table-pivot > table > :not(caption) > * > *:first-child {
position: sticky;
left: 0;
Expand Down

0 comments on commit e6e3a7c

Please sign in to comment.