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 5b79465 commit 7a7899dCopy full SHA for 7a7899d
src/components/react/ScrollToTop.tsx
@@ -80,13 +80,13 @@ const ScrollToTop: React.FC<Props> = ({ children }) => {
80
<>
81
<div
82
ref={topRef}
83
- className="pointer-events-none absolute top-0 w-10 bg-red-500"
+ className="pointer-events-none absolute top-0 w-0"
84
style={{ height: `${height}px` }}
85
/>
86
{/* mounted in <body /> in Base layout */}
87
88
ref={bottomRef}
89
- className="pointer-events-none absolute bottom-0 w-10 bg-blue-500"
+ className="pointer-events-none absolute bottom-0 w-0"
90
91
92
<a
0 commit comments