So, I have a RichTextLabel showing certain amount of text, and some of the text is hidden outside the box. I don´t want the user to scroll down so he can see that hidden text.
With scroll_active I can disable the scroll bar and in desktop it works just fine. But in android, user can scroll pushing over the text in the tactil screen. I think it is a a inherited feature from a scrollcontainer o something like that but the vertical scroll property of that class is not avaliable in RichTextLabel.
How do i do to block the undesired scrolling in RichTextLabel?
Thank you.