Skip to content

Commit f8f20e6

Browse files
committed
hide scrollbars
1 parent c47ba2f commit f8f20e6

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-scroll",
39+
"sticky top-sticky-top-height h-sidebar-height flex-col overflow-y-auto no-scrollbar",
4040
"hidden xl:flex",
4141
)}
4242
>

0 commit comments

Comments
 (0)