Skip to content

Commit 62e12e5

Browse files
docs(reference): fixed right sidebar width issue (TanStack#2952)
1 parent 1dc4186 commit 62e12e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/LayoutDocs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const LayoutDocs = props => {
106106
width: 200,
107107
}}
108108
>
109-
<div className="sticky top-24 overflow-y-auto">
109+
<div className="sticky top-24">
110110
<h4 className="font-semibold uppercase text-sm mb-2 mt-2 text-gray-500">
111111
On this page
112112
</h4>

0 commit comments

Comments
 (0)