From 746b95f5a4ab632f0759ca5c039ca44492494340 Mon Sep 17 00:00:00 2001 From: Likithakapu Date: Thu, 7 Nov 2024 16:27:17 +0530 Subject: [PATCH] solved the overlap of scrollup and chatbot --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index dd8ea4b8..6df32de9 100644 --- a/index.html +++ b/index.html @@ -327,6 +327,8 @@ width: 50px; height: 50px; position: fixed; + bottom: 80px !important; /* Increased to move the button higher */ + right: 80px !important; /* Increased to move the button further left */ bottom: 23px; right: 44px; background-color: #ab45e7; @@ -335,6 +337,7 @@ border-radius: 50%; cursor: pointer; font-size: 18px; + display: flex !important; /* Added to center content */ align-items: center; justify-content: center; } @@ -497,7 +500,8 @@ document.documentElement.setAttribute("data-theme", newTheme); } - + +