diff --git a/src/components/ChatBotContainer.tsx b/src/components/ChatBotContainer.tsx index 3b375b9..303cc1a 100644 --- a/src/components/ChatBotContainer.tsx +++ b/src/components/ChatBotContainer.tsx @@ -88,8 +88,8 @@ const ChatBotContainer = ({ top: "0px", bottom: "auto", width: `${viewportWidth}px`, - height: `${viewportHeight}px`, - zIndex: 10000, + height: `${viewportHeight}px`, + zIndex: 10000, } }