Skip to content

Fix content at negative positions contributing the scroll size (bump taffy) - #731

Merged
nicoburns merged 3 commits into
mainfrom
devin/1786959144-fix-bulma-overflow
Aug 17, 2026
Merged

Fix content at negative positions contributing the scroll size (bump taffy)#731
nicoburns merged 3 commits into
mainfrom
devin/1786959144-fix-bulma-overflow

Conversation

@nicoburns

@nicoburns nicoburns commented Aug 17, 2026

Copy link
Copy Markdown
Member

Summary

Bumps taffy to pick up DioxusLabs/taffy#1116: content overflowing a box past its scroll origin (e.g. Bulma's off-screen absolutely positioned nav dropdowns at negative x) no longer inflates content_size, so it stops propagating as spurious scrollable overflow to the root.

Before: https://bulma.io/documentation root reported content_size=1256 at width 1200 (56px horizontal scroll). After: scroll_width=0 (csskit.rs also still 0).

Note: the taffy rev is currently pinned to the PR-branch commit e2348db9; should be re-pinned to the main commit once DioxusLabs/taffy#1116 merges (same as #727/#728).

Link to Devin session: https://dioxus.staging.devinenterprise.com/sessions/b6f5529e9a3e4823b603788b475ab109
Requested by: @nicoburns

WPT results

3 newly passing, 0 newly failing (net +3).

Full diff (3 changed tests)
+ Fail => Pass css/css-flexbox/negative-overflow.html
+ Fail => Pass css/css-grid/alignment/grid-content-alignment-overflow-002.html
+ Fail => Pass css/css-position/position-absolute-scrollable-overflow-001.html

Generated by the WPT workflow.

@staging-devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@nicoburns nicoburns changed the title Fix spurious ~56px horizontal scroll on bulma.io (bump taffy) Fix content at negative positions contributing the scroll size (bump taffy) Aug 17, 2026
@nicoburns
nicoburns merged commit acf792c into main Aug 17, 2026
15 checks passed
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.

1 participant