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() {