fix: message list overflow

This commit is contained in:
2026-09-17 19:15:16 +07:00
parent 0c1c23fe9c
commit 6ff1eeddbb
3 changed files with 11 additions and 10 deletions
+1
View File
@@ -2052,6 +2052,7 @@ impl Render for ChatPanel {
.child(
v_flex()
.flex_1()
.min_h_0()
.relative()
.map(|this| {
if self.messages.is_empty() {