From ac8dbc0dd2a3c9839b7b93f737a6d1adffef985d Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Tue, 18 Mar 2025 14:16:31 +0100 Subject: [PATCH] fix round border --- admin/src/components/AiChat.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/src/components/AiChat.vue b/admin/src/components/AiChat.vue index db5679e7e..eed82338a 100644 --- a/admin/src/components/AiChat.vue +++ b/admin/src/components/AiChat.vue @@ -200,6 +200,7 @@ onMounted(async () => { } .messages-scroll-container { + border-radius: 8px; flex: 1; overflow-y: auto; }