Skip to content

Commit 1aee8da

Browse files
fix(site): fix sidebar scroll (#11671)
1 parent fa6176c commit 1aee8da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/pages/WorkspacePage/Workspace.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ export const Workspace: FC<WorkspaceProps> = ({
114114
"topbar topbar topbar" auto
115115
"leftbar sidebar content" 1fr / auto auto 1fr
116116
`,
117+
// We need this to make the sidebar scrollable
118+
overflow: "hidden",
117119
}}
118120
>
119121
<WorkspaceTopbar

0 commit comments

Comments
 (0)