We got ourselves a new log window, that currently displays tutorial instructions in case the player forgets. Later the window can have more purposes. Next: a quest log window!
In hindsight this was pretty easy to accomplish, had I known earlier that Unity’s ScrollRect is outdated and that the new ScrollView is the way to go. But alas, we all learn, don’t we?