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;