Skip to content

Commit

Permalink
Merge pull request #1379 from kunalmaurya6/back-to-top_button
Browse files Browse the repository at this point in the history
back to top button
  • Loading branch information
panwar8279 authored Jul 7, 2024
2 parents 3ec7352 + 810d734 commit 2f2e571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/style/BackToTopButton.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: fixed;
bottom: 80px;
right: 20px;
/* z-index: 35; */
z-index: 10;
background-color: #00c68a;
color: white;
border: 2px solid #93FFD8;
Expand Down

0 comments on commit 2f2e571

Please sign in to comment.