From 0ab4390dd5f64189c4edbd8aa4d0211fc2ae1247 Mon Sep 17 00:00:00 2001 From: Sayyad Aslam Date: Sun, 9 Jun 2024 14:41:05 +0530 Subject: [PATCH] Resolved Overlapping of Chatbot and ScrolltoTop 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 cbea587..1cea6dc 100644 --- a/src/components/ScrollToTop/ScrollToTop.module.css +++ b/src/components/ScrollToTop/ScrollToTop.module.css @@ -1,11 +1,11 @@ .btn{ position: fixed; - right: 20px; - bottom: 100px; + left: 20px; + bottom: 21px; border-radius: 50%; } - + .scroll-btn{ background-color: white; border:none;