broken scrolling

This commit is contained in:
2025-11-11 13:42:36 -07:00
parent ca3ddf9f03
commit 4288f60441
5 changed files with 117 additions and 31 deletions

View File

@@ -4,9 +4,7 @@ use std::{
};
use ratatui::{
prelude,
style::{Color, Style},
widgets::{Paragraph, Widget},
layout::Rect, prelude, style::{Color, Style}, widgets::{Paragraph, Widget}
};
use crate::app::{app::App, calc::LEN, error_msg::ErrorMessage};