Searched and can't find any solution, I'd like to display all rows at once without the vertical scrollbar.
Hi @daniel1943 to remove the vertical scrollbar override the react-grid-Canvas style with overflowY: 'hidden'!important.
Check the source in here.
It doesn't help because it renders the lines too long and you can see the grid line extend beyond the grid area.

Hey @diogofcunha, I'm having the same issues at @BorisKozo with this when I hide it or make it overflowY: auto !important , is there a fix for this bug in the pipeline at all?
Thanks!
Most helpful comment
It doesn't help because it renders the lines too long and you can see the grid line extend beyond the grid area.
