diff --git a/src/yolo_webui/static/app.js b/src/yolo_webui/static/app.js index 632499c..97eeacb 100755 --- a/src/yolo_webui/static/app.js +++ b/src/yolo_webui/static/app.js @@ -253,9 +253,6 @@ document.addEventListener('DOMContentLoaded', () => { function scrollToLogBottom(container) { if (!container) return; container.scrollTop = container.scrollHeight; - if (container.lastElementChild && container.lastElementChild.scrollIntoView) { - container.lastElementChild.scrollIntoView({ block: 'end' }); - } } function addLogLine(message, level = 'info') { diff --git a/src/yolo_webui/static/index.html b/src/yolo_webui/static/index.html index 48890c5..d3ab6d3 100755 --- a/src/yolo_webui/static/index.html +++ b/src/yolo_webui/static/index.html @@ -8,7 +8,7 @@ - +