Website page anchors don't scroll correctly

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

I went to Meet the new Cursor · Cursor - I clicked the link for “Files for understanding code”
Instead of scrolling to the correct anchor position on the page, the browser only scrolled about half way.

Clicking on the URL, and pressing enter makes the browser scroll closer to the correct bit of the page. Doing that again, makes the correct location scroll into view.

Seems to affect both Chrome and Safari.

Steps to Reproduce

Go to Meet the new Cursor · Cursor - click the link for “Files for understanding code” - see that this section is not in view

Expected Behavior

“Files for understanding code” should be in view.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.0.9
VSCode Version: 1.105.1
Commit: 93e276db8a03af947eafb2d10241e2de17806c20
Date: 2026-04-03T02:06:46.446Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.2.0

For AI issues: which model did you use?

N/A

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. I see the issue. It looks like lazy-loaded media on the page videos and images is changing the layout after the browser has already calculated the scroll position, which is why it shifts. I’ll pass this to the team working on the site. Let me know if you notice anything else.

Cool. Just for the record, I think that section could probably do with a bit more explanatory text.

I’m pretty sure I understand what “go to definition in the editor” means, but I struggle to understand what “with full LSPs” means. Apparently that means “Language Server Protocol” rather than “Liskov Substitution Principle”?