Add smooth scroll behavior.

This commit is contained in:
dlandon
2025-02-19 14:09:19 -06:00
parent a86bfd6690
commit 7121412cfb

View File

@@ -110,6 +110,7 @@ function showLog(log) {
/* Ensuring reliable scroll behavior on Chrome */
function scrollToBottom() {
logContainer.style.scrollBehavior = 'smooth';
logContainer.scrollTop = logContainer.scrollHeight;
}