diff --git a/crates/ui2/src/components/workspace.rs b/crates/ui2/src/components/workspace.rs index 4b20aa165e..c40491d4b6 100644 --- a/crates/ui2/src/components/workspace.rs +++ b/crates/ui2/src/components/workspace.rs @@ -135,6 +135,8 @@ impl WorkspaceElement { .flex_1() // CSS Hack: Flex 1 has to have a set height to properly fill the space // Or it will give you a height of 0 + // Marshall: We may not need this anymore with `gpui3`. It seems to render + // fine without it. .h_px() .child(root_group), )