From ef8852d5542920b9e949e7090537ddb33ce77939 Mon Sep 17 00:00:00 2001 From: Tan Jin Date: Sat, 23 Nov 2024 22:26:35 -0800 Subject: [PATCH] fix: Fix z-index for mobile view --- src/components/ChatBotContainer.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ChatBotContainer.tsx b/src/components/ChatBotContainer.tsx index 4cdea5e..3b375b9 100644 --- a/src/components/ChatBotContainer.tsx +++ b/src/components/ChatBotContainer.tsx @@ -88,7 +88,8 @@ const ChatBotContainer = ({ top: "0px", bottom: "auto", width: `${viewportWidth}px`, - height: `${viewportHeight}px`, + height: `${viewportHeight}px`, + zIndex: 10000, } }