mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
fix(site): fix sidebar scroll (#11671)
This commit is contained in:
@@ -114,6 +114,8 @@ export const Workspace: FC<WorkspaceProps> = ({
|
||||
"topbar topbar topbar" auto
|
||||
"leftbar sidebar content" 1fr / auto auto 1fr
|
||||
`,
|
||||
// We need this to make the sidebar scrollable
|
||||
overflow: "hidden",
|
||||
}}
|
||||
>
|
||||
<WorkspaceTopbar
|
||||
|
||||
Reference in New Issue
Block a user