diff --git a/crates/editor/src/element.rs b/crates/editor/src/element.rs index 17a43f9640..034fff970d 100644 --- a/crates/editor/src/element.rs +++ b/crates/editor/src/element.rs @@ -3682,6 +3682,7 @@ impl EditorElement { .id("path header block") .size_full() .justify_between() + .overflow_hidden() .child( h_flex() .gap_2()