From 96c7daf818ac6a3fb09dd5a8a91b80fc0262802b Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Fri, 16 May 2025 16:15:02 +0530 Subject: [PATCH] (fix:modals) use portals --- frontend/src/components/ActionButtons.tsx | 2 +- frontend/src/modals/WrapperModal.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/ActionButtons.tsx b/frontend/src/components/ActionButtons.tsx index 650c65e1..d3c1c7f0 100644 --- a/frontend/src/components/ActionButtons.tsx +++ b/frontend/src/components/ActionButtons.tsx @@ -38,7 +38,7 @@ export default function ActionButtons({ }; return ( -
+
{showNewChat && (