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 c47ba2f commit f8f20e6Copy full SHA for f8f20e6
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-scroll",
+ "sticky top-sticky-top-height h-sidebar-height flex-col overflow-y-auto no-scrollbar",
40
"hidden xl:flex",
41
)}
42
0 commit comments