From 4143c9891eb782b0466e3a5cb555fff3a18ba87e Mon Sep 17 00:00:00 2001 From: Aryan Date: Wed, 2 Oct 2024 17:44:12 +0530 Subject: [PATCH] Fixed the position of the chatbox and now it can be visble properly --- chatBot/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatBot/style.css b/chatBot/style.css index ce5d20a4..3a5ed3a9 100644 --- a/chatBot/style.css +++ b/chatBot/style.css @@ -32,7 +32,7 @@ nav #login:hover{ } .chatbot { position: fixed; - bottom: 100px; + bottom: 90px; right: 40px; width: 420px; background-color: #f3f7f8;