Skip to content

Fix Chromium scroll jumping in block library (#329) - #330

Merged
milanofthe merged 2 commits into
mainfrom
fix/329-scroll-anchoring
Aug 6, 2026
Merged

Fix Chromium scroll jumping in block library (#329)#330
milanofthe merged 2 commits into
mainfrom
fix/329-scroll-anchoring

Conversation

@milanofthe

@milanofthe milanofthe commented Aug 6, 2026

Copy link
Copy Markdown
Member

Fixes #329.

Chromium's scroll anchoring miscalculates the hover-driven layout changes in the block library (tile translateY, hover detail panel) and abruptly jumps the scroll position. Adds overflow-anchor: none to the scroll container .node-grid-container in NodeLibrary.svelte. Firefox is unaffected either way since it handled the layout correctly before.

Also removes the garbled keyboard hint (mojibake "↑↓ Enter") from the block library footer.

@milanofthe
milanofthe merged commit 11cf431 into main Aug 6, 2026
4 checks passed
@milanofthe
milanofthe deleted the fix/329-scroll-anchoring branch August 6, 2026 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scroll jumping issue in block windows on default size (Chromium browsers)

1 participant