lapce / floem

A native Rust UI library with fine-grained reactivity
https://lap.dev/floem/
MIT License
3.05k stars 133 forks source link

fix scroll bar #672

Closed jrmoulton closed 1 week ago

jrmoulton commented 2 weeks ago

fixes #671

Fixes the bounds check and in doing so now makes the assumption that the scroll bars should always be in view regardless of the distance scrolled. ie if there is horizontal scrolling the vertical bar should remain fixed in place.

this is the behavior I would expect so I'm not sure why it wasn't like that before

jrmoulton commented 2 weeks ago

Ok never mind. this has issues