From a4f6789afa213b80dd8734651008dc4c3c335dc3 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Tue, 23 Jul 2024 15:28:32 +0530 Subject: [PATCH] Update gototop.js --- src/Components/gototop.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/Components/gototop.js b/src/Components/gototop.js index a3371aac..e460aad6 100644 --- a/src/Components/gototop.js +++ b/src/Components/gototop.js @@ -35,22 +35,20 @@ const GoToTop = () => { }; const Wrapper = styled.div` - z-index: 9999; + z-index: 10000; display: flex; justify-content: center; align-items: center; position: fixed; - bottom: 25px; - left: 40px; + bottom: 72px; + left: 30px; color: white; background-color: #ff21bc; width: 50px; height: 50px; border-radius: 50%; - cursor: pointer; &:hover { background-color: darkturquoise; - } `;