Skip to content

Commit

Permalink
changed the position by few pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 committed Apr 5, 2023
1 parent f30654b commit 2a4006c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/buttons/ScrollButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function ScrollButton(){

})
}
return <div className="fixed bottom-12 right-4 h-12 w-12 z-50">
return <div className="fixed bottom-14 right-4 h-16 w-12 z-50">
{backToTopButton &&(
<button className="rounded-full shadow-md bg-white " onClick={scrollUp}> <img src={scrollImage}/></button>
)}
Expand Down

0 comments on commit 2a4006c

Please sign in to comment.