From faf183a23d01d7fda7ac71054be4f6c018f13903 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Wed, 3 Dec 2025 17:01:52 -0500 Subject: [PATCH] fixed scrolling issues --- ui/src/components/application/ApplicationChat.vue | 2 +- ui/src/pages/Application.vue | 2 +- ui/src/pages/ManageApplications.vue | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ui/src/components/application/ApplicationChat.vue b/ui/src/components/application/ApplicationChat.vue index a4d48a1..cc1d653 100644 --- a/ui/src/components/application/ApplicationChat.vue +++ b/ui/src/components/application/ApplicationChat.vue @@ -38,7 +38,7 @@ function onSubmit(values: { text: string }, { resetForm }: { resetForm: () => vo
- Comment + Comment