xfbs / diff.rs

Web application to render a diff between Rust crate versions. Implemented in Yew, runs fully in the browser as WebAssembly.
https://diff.rs
MIT License
86 stars 6 forks source link

Separate scrolling for files list and code view #23

Open MrMuetze opened 2 months ago

MrMuetze commented 2 months ago

Heyo,

I've dug a bit and found this issue which seems to have been resolved at the time (https://github.com/xfbs/diff.rs/issues/6).

When I access diff.rs today (I've tried Brave and Safari), I am not able to scroll the file list independently from the code view. It would be really good to have this working again.