We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6971a02 commit d0054b6Copy full SHA for d0054b6
src/components/ScrollUp/index.js
@@ -21,7 +21,7 @@ function ScrollUp() {
21
<div
22
className='rounded-full h-12 w-12 text-gray-200 bg-gradient-to-r
23
from-gray-700 to-gray-800 fixed xs:bottom-0 right-0 m-8 text-lg
24
- cursor-pointer flex justify-center items-center shadow-lg bottom-6
+ cursor-pointer flex justify-center items-center shadow-lg bottom-10
25
hover:shadow-xl hover:from-gray-600'
26
onClick={() => window.scrollTo({ top: 0, behavior: 'smooth' })}
27
>
0 commit comments