I am outputting 10k+ separate lines in a div. Something similar to what you see in console output in a continuous integration app (like Jenkins). I noticed when I reach a threshold the scrollbar is non-responsive.
I noticed this trick (Managing HTML5 DIV Size) would keep it showing only X number of lines in the div but it clears out the remaining lines so the user can't see all the lines of text.
What are my optioons to still show the user all the data within the div and still have good response on the scrollbar?