Pivot Grid: gap in header borders
Description
On one of the Pivot Grid demos there's a gap in the header border
NOTE: This is only reproduced when you dont have a column dimension
Steps to reproduce
- Open Pivot Grid page (applicable for all themes and all sizes of the Pivot Grid)
- Look at the second header row (first cell in the row says "Drop Row Fields here"
Result
The vertical borders aren't connected with the horizontal border underneath them
Expected result
The borders are supposed to be connected and no gap should appear. I believe the problem comes from the applied max-height on igx-grid-thead--virtualizationWrapper
@mddragnev After some investigation, it turns out this issue happens because of incorrectly applied heights (bound via templates) to some of the elements (igx-grid-thead--virtualizationWrapper and igx-grid__tr).
Note for testers: This is only reproduced when you dont have a column dimension