Skip to content

Commit c47ba2f

Browse files
committed
[Portal] Fix: update sidebar overflow behavior in DocLayout component
1 parent 426bb8b commit c47ba2f

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
@@ -36,7 +36,7 @@ export function DocLayout(props: DocLayoutProps) {
3636
>
3737
<aside
3838
className={clsx(
39-
"sticky top-sticky-top-height h-sidebar-height flex-col overflow-y-hidden",
39+
"sticky top-sticky-top-height h-sidebar-height flex-col overflow-y-scroll",
4040
"hidden xl:flex",
4141
)}
4242
>

0 commit comments

Comments
 (0)