We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f407d commit c0e936aCopy full SHA for c0e936a
src/hooks/useScrollToTop.js
@@ -43,6 +43,7 @@ const useScrollToTop = () => {
43
right: 50,
44
bottom: 50,
45
display: showScroll ? 'flex' : 'none',
46
+ padding: 5,
47
}}
48
/>
49
</>
0 commit comments