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 426bb8b commit c47ba2fCopy full SHA for c47ba2f
apps/portal/src/components/Layouts/DocLayout.tsx
@@ -36,7 +36,7 @@ export function DocLayout(props: DocLayoutProps) {
36
>
37
<aside
38
className={clsx(
39
- "sticky top-sticky-top-height h-sidebar-height flex-col overflow-y-hidden",
+ "sticky top-sticky-top-height h-sidebar-height flex-col overflow-y-scroll",
40
"hidden xl:flex",
41
)}
42
0 commit comments