Skip to content

Commit f86e5fe

Browse files
committed
fix: remove auto-scroll to dashboard on page load
Keep page starting at the top (hero section) instead of jumping to funnel. Scroll-to-dashboard still works after user-initiated live analysis.
1 parent e6b6403 commit f86e5fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/v2-demo.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,6 @@ <h4>📦 pip install</h4>
16111611
const dashEl = $('dashboard');
16121612
dashEl.parentNode.insertBefore(banner, dashEl);
16131613
renderDashboard(DEMO_METRICS);
1614-
$('dashboard').scrollIntoView({ behavior: 'smooth', block: 'start' });
16151614
}
16161615
});
16171616
</script>

0 commit comments

Comments
 (0)