bevy/release-content/release-notes/automatic_scrollbar_space_allocation.md
2025-07-12 00:12:19 +01:00

298 B

title authors pull_requests
Automatically allocate space for scrollbars
@ickshonpe
20093

Node has a new field scrollbar_width. If OverflowAxis::Scroll is set for a UI Node's axis, a space for a scrollbars of width scrollbar_width will automatically be left in the layout.