bsssshhhhhhh / svelte-data-grid

Lightweight and powerful data grid for svelte
MIT License
203 stars 36 forks source link

Cell Borders not showing #11

Open mestafin opened 4 years ago

mestafin commented 4 years ago

The cell borders do not show.

It looks like it is a problem with the difference between border-box and content-box.

What I can figure out, is that the top position of each row overlays the bottom border of the previous row.

The vertical column lines also do not show.

Any help with this?