Working scrollbar

This commit is contained in:
Marco De Araujo 2026-01-10 11:19:19 -04:00
parent df1d1dddc6
commit 000e31a14f
4 changed files with 58 additions and 26 deletions

View file

@ -174,7 +174,6 @@ impl App {
}
if area.len() <= 1 {
let _formgen = area[0].height;
dbg!(area[0].height);
return;
}