From 22b7445ac46e7ecec4550a3503b2af8eefd0f714 Mon Sep 17 00:00:00 2001 From: Siddhant Rai Date: Mon, 5 Aug 2024 19:05:34 +0530 Subject: [PATCH] fix: no safe-area for iOS browser, input not fixed --- frontend/src/Hero.tsx | 2 +- frontend/src/conversation/Conversation.tsx | 6 +++--- frontend/src/index.css | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index b74d22f2..8a3d17c8 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -19,7 +19,7 @@ export default function Hero({ }>; return (
diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index b457dab5..1ac6d24d 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -211,7 +211,7 @@ export default function Conversation() { }; }, []); return ( -
+
{conversationId && ( <>
-
+