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 c04651d commit cf04ed5Copy full SHA for cf04ed5
packages/docs/src/components/sidebar/sidebar.tsx
@@ -132,10 +132,7 @@ export function Items({
132
},
133
]}
134
>
135
- <>
136
- {/* {renderUpdated(item.href!, markdownItems)} */}
137
- {item.text}
138
- </>
+ {item.text}
139
</Link>
140
)}
141
</li>
packages/docs/src/global.css
@@ -220,7 +220,7 @@ select {
220
}
221
222
body {
223
- @apply antialiased h-screen overflow-auto;
+ @apply antialiased h-screen;
224
scrollbar-gutter: stable;
225
226
0 commit comments