Fix scroll

This commit is contained in:
Madison Scott-Clary
2019-08-25 21:50:00 -07:00
parent eca01ad90e
commit ef27630f07

View File

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