Currently, the battle log scrolls to the bottom every time a new line is added.
This is inconvinient when we try to read the log while scrolling up, because it redirects us to the bottom.
Here's the suggestion :
If the user has scrolled up, maintain the specific lines on the user's screen. So, remove the bottom-redirection if the scroll bar is not at bottom and make the log scroll up one line - with every added line - so that the player will see the same part of the log independently from the new lines added. |