diff --git a/shell/browser/native_window_mac.mm b/shell/browser/native_window_mac.mm index a5d51c6c42ceb..109305c3b1064 100644 --- a/shell/browser/native_window_mac.mm +++ b/shell/browser/native_window_mac.mm @@ -1689,7 +1689,7 @@ void ViewDidMoveToSuperview(NSView* self, SEL _cmd) { } void NativeWindowMac::ReorderButtonsView() { - if (buttons_view_) { + if (buttons_view_ && !IsFullscreen()) { [buttons_view_ removeFromSuperview]; [[window_ contentView] addSubview:buttons_view_]; }