diprokon / ng-table-virtual-scroll

Virtual Scroll for Angular Material Table
https://diprokon.github.io/ng-table-virtual-scroll
MIT License
139 stars 42 forks source link

Issue when table has borders; #5

Closed red17electro closed 3 years ago

red17electro commented 4 years ago

Hi!

Try to set the border & border-radius on the header & for cells of the table. Then, if you scroll, you will notice that the border from the cell is visible and overlapping with the header, which should not be the case (basically, it forces you to avoid using border-radius on the header). Please, have a look at the screenshot as well. The green areas are the ones from cells that overlap at the corners of rounded header.

Best, Server.

Screenshot 2020-01-16 at 15 17 57
diprokon commented 4 years ago

Hi!

Can you provide some code sample what illustrate this issue?