We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2509ab3 commit c8c2ae4Copy full SHA for c8c2ae4
components/blog/scroll-buttons.tsx
@@ -17,7 +17,7 @@ export function ScrollButtons() {
17
}, [])
18
19
return (
20
- <div className={clsx('fixed bottom-8 right-8 hidden flex-col gap-3', show && 'lg:flex')}>
+ <div className={clsx('fixed bottom-8 right-8 z-50 hidden flex-col gap-3', show && 'lg:flex')}>
21
<ScrollButton
22
ariaLabel="Scroll To Top"
23
onClick={() => window.scrollTo({ top: 0 })}
0 commit comments