Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojas-Arora committed Jul 24, 2024
2 parents 3b2fd16 + 0f05a3f commit 148a767
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/Components/gototop.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
`;

Expand Down

0 comments on commit 148a767

Please sign in to comment.