Skip to content

Commit 9845fcf

Browse files
[Portal] Fix: update sidebar overflow behavior in DocLayout component
1 parent 8133fab commit 9845fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/portal/src/components/Layouts/DocLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function DocLayout(props: DocLayoutProps) {
3737
>
3838
<aside
3939
className={cn(
40-
"sticky top-sticky-top-height h-sidebar-height flex-col overflow-y-hidden",
40+
"sticky top-sticky-top-height h-sidebar-height flex-col overflow-y-auto no-scrollbar",
4141
"hidden xl:flex",
4242
)}
4343
>

0 commit comments

Comments
 (0)