From dfa442e25915547bed5cb5e2c43227d2d7542268 Mon Sep 17 00:00:00 2001 From: Pranav Barthwal <110532770+PranavBarthwal@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:52:40 +0530 Subject: [PATCH] Revert "Resolved Overlapping of Chatbot and Scroll to Top Button" --- src/components/ScrollToTop/ScrollToTop.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ScrollToTop/ScrollToTop.module.css b/src/components/ScrollToTop/ScrollToTop.module.css index 1cea6dc..cbea587 100644 --- a/src/components/ScrollToTop/ScrollToTop.module.css +++ b/src/components/ScrollToTop/ScrollToTop.module.css @@ -1,11 +1,11 @@ .btn{ position: fixed; - left: 20px; - bottom: 21px; + right: 20px; + bottom: 100px; border-radius: 50%; } - + .scroll-btn{ background-color: white; border:none;