The scrolling list in the UI example doesn't handle resizing correctly
Open
A-UI
C-Bug
C-Examples
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
main [0174d63](https://github.com/bevyengine/bevy/commit/0174d632a56964494a5edfaf3612b8dc0b2c9a44)
## What you did
1. cargo run --example ui
2. Resize the window vertically so that there isn't room for the entire list in the box.
3. Scroll the list down to the last item, as far as it will go.
3. Resize the window vertically again so that there is room for more list elements.
## What went wrong
The list doesn't move down to fill the available space.

Contributor guide
Assessment
This issue has not been assessed yet.