bevy/release-content/migration-guides/UI_scroll_position_is_now_logical.md
2025-07-12 00:17:23 +01:00

289 B

title: ScrollPosition is now logical and is no longer overwritten during layout updates pull_requests: [20093]

ScrollPosition is no longer overwritten during layout updates. Instead the computed scroll position is stored in the new scroll_position field on ComputedNode.