Scroll rect for a text chat

How can I prevent a scroll rect to scroll more than the text dimensions as shown on the gif ?
tatteredknobbyfurseal

As you can see in the gif, the text goes up and there is a blank space with no text. In apps normaly there is no space under the last text. I want to remove that space, and prevent scrolling more than the last text

I have found a solution.
The text was exceeding the limits of the viewport.
I had to remove the viewPort from being a child of the Scroll Rect.