From 71f98ca2d282d3bf5aace42f6c046e7c32b0d3e5 Mon Sep 17 00:00:00 2001 From: Tejashri Taral <160386036+Tejashri-Taral@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:02:13 +0530 Subject: [PATCH] Resolved Overlapping between Chatbot and Scroll to Top Button --- src/components/Chatbot/chatbot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Chatbot/chatbot.css b/src/components/Chatbot/chatbot.css index d590cae..74b493e 100644 --- a/src/components/Chatbot/chatbot.css +++ b/src/components/Chatbot/chatbot.css @@ -1,7 +1,7 @@ /* Chatbot Icon */ .chat-icon-container { position: fixed; - bottom: 80px; + bottom: 120px; right: 20px; z-index: 9999; transition: all 0.3s ease;