From 7bd418105dd83a90acf70c1f2cbf386a5cd15a57 Mon Sep 17 00:00:00 2001 From: Abhi-hertz <93651229+AE-Hertz@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:06:16 +0530 Subject: [PATCH] fix: overlapping --- frontend/src/components/scrollToTop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/scrollToTop.css b/frontend/src/components/scrollToTop.css index c4c8efe..2554cb9 100644 --- a/frontend/src/components/scrollToTop.css +++ b/frontend/src/components/scrollToTop.css @@ -17,6 +17,7 @@ font-weight: bold; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4); opacity: 0.9; + margin-right: 60px; } .scroll-btn:hover {