diff --git a/src/components/mail/listing/compact.rs b/src/components/mail/listing/compact.rs index 0162d7d8..66c27eb0 100644 --- a/src/components/mail/listing/compact.rs +++ b/src/components/mail/listing/compact.rs @@ -753,7 +753,7 @@ impl ListingTrait for CompactListing { if top_idx + rows > self.length { clear_area( grid, - (pos_inc(upper_left, (0, rows)), bottom_right), + (pos_inc(upper_left, (0, rows - 1)), bottom_right), self.color_cache.theme_default, ); }