diff --git a/aider/website/_includes/recording.js b/aider/website/_includes/recording.js index 1db74cae6..3799a2d33 100644 --- a/aider/website/_includes/recording.js +++ b/aider/website/_includes/recording.js @@ -212,8 +212,7 @@ document.addEventListener('DOMContentLoaded', function() { if (listItem) { listItem.classList.add('active-marker'); - // Scroll the list item into view if needed - listItem.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); + // No longer scrolling into view to avoid shifting focus } } }