From 63a15a3359e441a1748a710fad3ab0f687da5dcd Mon Sep 17 00:00:00 2001 From: ManishMadan2882 Date: Fri, 20 Sep 2024 02:25:00 +0530 Subject: [PATCH] fix(retry btn): overlflow in mobile --- frontend/src/conversation/ConversationBubble.tsx | 2 +- frontend/src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index bdec095f..3741bfa1 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -218,7 +218,7 @@ const ConversationBubble = forwardRef< {type === 'ERROR' && ( <> alert -
+
{retryBtn}
diff --git a/frontend/src/index.css b/frontend/src/index.css index f6a98192..805f0cfa 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -8,7 +8,7 @@ @supports (height: 100dvh) { :root { - --viewport-height: 100dvh; /* Use dvh where supported */ + --viewport-height: 100dvh; /* Use dvh where supported */ } }