kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

[Bug] TreeList scrollbar starts from the header instead of the table body

Open WissamProgress opened this issue 1 year ago • 0 comments

I'm submitting a...

  • Bug report

Current behavior

https://www.telerik.com/kendo-react-ui/components/treelist/

The scrollbar of the TreeList component starts from the header and not the body.

Expected behavior

It is expected that the scrollbar appears in the grid content like in Kendo UI for jQuery and Angular: https://www.telerik.com/kendo-angular-ui/components/treelist/

Minimal reproduction of the problem with instructions

Can be reproduced in any TreeList example by setting the overflow to auto and the height using the style prop: https://www.telerik.com/kendo-react-ui/components/treelist/

Reported in Ticket ID: 1641334

WissamProgress avatar Feb 19 '24 15:02 WissamProgress