From 0dd8fb77071956eea3bd4d068e0dfb4979363901 Mon Sep 17 00:00:00 2001 From: KevIsDev Date: Wed, 30 Apr 2025 12:43:54 +0100 Subject: [PATCH] refactor(chat): move modern-scrollbar class to conditional styling Improves maintainability by moving the 'modern-scrollbar' class to the conditional styling block in BaseChat.tsx, making the code more consistent and easier to manage. --- app/components/chat/BaseChat.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index d3ff255e..c5b50c01 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -348,8 +348,8 @@ export const BaseChat = React.forwardRef( )}