From 1d98e75b920fdf2fc47d8e9aa3181ee0e468d4eb Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Fri, 28 Feb 2025 16:41:34 +0530 Subject: [PATCH] (fix:share) modal covers screen --- frontend/src/conversation/Conversation.tsx | 30 ++++++++++++---------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index df4f6950..4b0a5d46 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -294,19 +294,18 @@ export default function Conversation() { return (
{conversationId && queries.length > 0 && ( -
- {' '} -
+
+
{isMobile && queries.length > 0 && (
{isShareModalOpen && ( - { - setShareModalState(false); - }} - conversationId={conversationId} - /> +
+
+
+ { + setShareModalState(false); + }} + conversationId={conversationId} + /> +
+
)}
)}