diff --git a/web/src/containers/Studio/index.tsx b/web/src/containers/Studio/index.tsx index acb65a1..7c9c658 100644 --- a/web/src/containers/Studio/index.tsx +++ b/web/src/containers/Studio/index.tsx @@ -70,6 +70,9 @@ const Studio = () => { setWebout(`
${webout}`)
setTab('2')
+
+ // Scroll to bottom of log
+ window.scrollTo(0, document.body.scrollHeight)
})
.catch((err) => console.log(err))
}