iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Capture scrollbar events in a `scrollable` before content events #2406

Closed hecrj closed 3 weeks ago

hecrj commented 3 weeks ago

The content of a scrollable could cause scrollbars to become stuck—this PR fixes that.