atlanticaccent / starsector-mod-manager-rust

A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.
https://atlanticaccent.github.io/starsector-mod-manager-rust/
MIT License
32 stars 2 forks source link

Mod Description section does not scroll when overflowed #161

Closed atlanticaccent closed 1 year ago

atlanticaccent commented 2 years ago

The bottom third aka the mod description section does not adapt to text that does not fit within it's bounds, and simply cuts off any text that extends beyond it's height.

The correct behaviour here would be to convert the panel to be scrollable when it's contents overflow.