Skip to content

Commit c0e936a

Browse files
committed
Scroll to top button padding
1 parent 52f407d commit c0e936a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hooks/useScrollToTop.js

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const useScrollToTop = () => {
4343
right: 50,
4444
bottom: 50,
4545
display: showScroll ? 'flex' : 'none',
46+
padding: 5,
4647
}}
4748
/>
4849
</>

0 commit comments

Comments
 (0)