Skip to content

Commit

Permalink
Merge pull request #207 from md-rafiq-03/issue200
Browse files Browse the repository at this point in the history
Smooth transition in back to top button
  • Loading branch information
Ankit-11525 authored Oct 31, 2022
2 parents ed339f3 + 81b8737 commit f959fab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ p {
outline: none;
cursor: pointer;
z-index: 1;
transition: all 400ms ease;
}

#btnScrollToTop:hover {
Expand Down Expand Up @@ -1274,4 +1275,4 @@ body.active {
border-radius: 1.6em;
margin-top: 20px;
display: inline-block;
}
}

0 comments on commit f959fab

Please sign in to comment.