diff --git a/frontend/src/components/LogsViewer.vue b/frontend/src/components/LogsViewer.vue index 092aaa3a4..71f9a1b4d 100644 --- a/frontend/src/components/LogsViewer.vue +++ b/frontend/src/components/LogsViewer.vue @@ -138,7 +138,7 @@ export default { this.logsModel.stream((time, html) => { this.logLines.push({ time, html}); - const tmp = document.getElementsByClassName('cloudron-layout-body')[0]; + const tmp = document.getElementsByClassName('pankow-main-layout-body')[0]; if (!tmp) return; const autoScroll = tmp.scrollTop > (tmp.scrollHeight - tmp.clientHeight - 34);