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 8133fab commit 9845fcfCopy full SHA for 9845fcf
apps/portal/src/components/Layouts/DocLayout.tsx
@@ -37,7 +37,7 @@ export function DocLayout(props: DocLayoutProps) {
37
>
38
<aside
39
className={cn(
40
- "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-auto no-scrollbar",
41
"hidden xl:flex",
42
)}
43
0 commit comments