From 689f7dfcfc90613db80b07c14a11392b087a29a6 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Sun, 16 Mar 2025 17:39:42 +0100 Subject: [PATCH] fix style bug --- admin/src/components/AiChat.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/src/components/AiChat.vue b/admin/src/components/AiChat.vue index a49ea6b01..cde70b16f 100644 --- a/admin/src/components/AiChat.vue +++ b/admin/src/components/AiChat.vue @@ -156,10 +156,10 @@ onMounted(async () => { flex-direction: column; } .messages-scroll-container { + flex: 1; overflow-y: auto; } .messages { - flex: 1; padding: 10px; background-color: #f9f9f9; }