From ef27630f0750ac6c3617089fc03ecfe2080c685d Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sun, 25 Aug 2019 21:50:00 -0700 Subject: [PATCH] Fix scroll --- content/aside/3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/aside/3.html b/content/aside/3.html index dcc8fa9..3a9b4a1 100644 --- a/content/aside/3.html +++ b/content/aside/3.html @@ -152,7 +152,7 @@ function eachCharacter(text, finalDelay) { window.setTimeout(eachPhrase, finalDelay); } el.textContent += text[characterIdx++]; - el.scrollTop = el.scrollTopMax; + el.scrollTop = el.scrollHeight; } function corrupt() {