From 3ef3a75c3798896381294c0f7e94bd5d5eb0d613 Mon Sep 17 00:00:00 2001 From: Jack Andrews Date: Mon, 11 Nov 2024 23:53:16 +0000 Subject: [PATCH] fix: scroll on imap email overflow --- apps/client/components/TicketDetails/index.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/client/components/TicketDetails/index.tsx b/apps/client/components/TicketDetails/index.tsx index ecb54581a..178ef7ecd 100644 --- a/apps/client/components/TicketDetails/index.tsx +++ b/apps/client/components/TicketDetails/index.tsx @@ -750,7 +750,7 @@ export default function Ticket() {
@@ -842,7 +842,7 @@ export default function Ticket() { data.ticket.comments.map((comment: any) => (
  • @@ -871,8 +871,6 @@ export default function Ticket() { ))}
    -
  • -
    @@ -885,7 +883,7 @@ export default function Ticket() { id="comment" name="comment" rows={3} - className="block w-full bg-transparent rounded-md border-0 py-1.5 shadow-sm ring-1 ring-inset ring-background focus:ring-0 focus:ring-inset focus:ring-gray-900 sm:text-sm sm:leading-6" + className="block w-full bg-secondary/50 dark:bg-secondary/50 rounded-md border-0 py-1.5 shadow-sm ring-1 ring-inset ring-background focus:ring-0 focus:ring-inset focus:ring-gray-900 sm:text-sm sm:leading-6" placeholder={ data.ticket.locked ? "This ticket is locked"