diff --git a/crates/title_bar/src/platform_title_bar.rs b/crates/title_bar/src/platform_title_bar.rs index bc1057a4d4bd98a21031cb93d71d9f654d090b2c..c816f0930ca48bdb7f66233a95dfd7b08c1adf09 100644 --- a/crates/title_bar/src/platform_title_bar.rs +++ b/crates/title_bar/src/platform_title_bar.rs @@ -109,6 +109,7 @@ impl Render for PlatformTitleBar { .flex_row() .items_center() .justify_between() + .overflow_x_hidden() .w_full() // Note: On Windows the title bar behavior is handled by the platform implementation. .when(self.platform_style == PlatformStyle::Mac, |this| {