Skip to content

Commit 7a7899d

Browse files
committed
remove debugging background color
1 parent 5b79465 commit 7a7899d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/react/ScrollToTop.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ const ScrollToTop: React.FC<Props> = ({ children }) => {
8080
<>
8181
<div
8282
ref={topRef}
83-
className="pointer-events-none absolute top-0 w-10 bg-red-500"
83+
className="pointer-events-none absolute top-0 w-0"
8484
style={{ height: `${height}px` }}
8585
/>
8686
{/* mounted in <body /> in Base layout */}
8787
<div
8888
ref={bottomRef}
89-
className="pointer-events-none absolute bottom-0 w-10 bg-blue-500"
89+
className="pointer-events-none absolute bottom-0 w-0"
9090
style={{ height: `${height}px` }}
9191
/>
9292
<a

0 commit comments

Comments
 (0)