From 84a15ef54d5741c8b2a91d4e7f55aed8d3fe3390 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 10 Nov 2024 19:38:48 +0000 Subject: [PATCH] fix: z-index sidebar bug --- frontend/src/conversation/Conversation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 1754e680..bd9b8496 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -216,7 +216,7 @@ export default function Conversation() { return (
{conversationId && queries.length > 0 && ( -
+
{' '}
{isMobile && queries.length > 0 && (