I've used a structure like this, with scrollable text, and a button below the scrollable text:
Panel
.... ScrollContainer
.... .... RichTextLabel
... Button
RichTextLabel might have its own scrolling capability, without the need for the ScrollContainer.