How we can fix the height of our list so that it won't scroll beyond that height

In this attached image, we are able to see that the list is getting scrolled above the text,is there any way to bound the list to particular height and scroll will be limited to that height.Please update if any

1 Like

I think that whatever container component is displaying the individual list items should be set to a maximum height and then maybe by using the clipping property? The other way is to have something on top of the items that overflow.

2 Likes