Skip to content

Commit

Permalink
Gototop position fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gyanshankar1708 committed Jun 7, 2024
1 parent 055fa8c commit aff7a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,9 @@ body {
#goToTopBtn {
/* display: none; */
position: fixed;
bottom: 5px;
right: 50%;
background-color: rgba(235, 66, 66, .5);
bottom: 4%;
right: 7%;
background-color: rgba(235, 66, 66, 0.724);
color: #fff;
border: none;
border-radius: 10px;
Expand Down

0 comments on commit aff7a77

Please sign in to comment.