Try answers from this post:
https://stackoverflow.com/questions/11715646/scroll-automatically-to-the-bottom-of-the-page
Adding these style attributes seems to work:
> display: flex;
flex-direction: column-reverse;
overflow-y: scroll;
That's actually pretty good!
I would have gone with flipping direction, prepend instead of append.
Text.text = "New info" & newline & Text.text
Would keep the new Text always at the top.
But I will definitely try this css approach on my next logger ^_^
Merci