--- ui/views/style/platform_style.h.orig 2025-04-15 07:33:26 UTC +++ ui/views/style/platform_style.h @@ -84,7 +84,7 @@ class VIEWS_EXPORT PlatformStyle { // Default setting at bubble creation time for whether arrow will be adjusted // for bubbles going off-screen to bring more bubble area into view. Linux // clips bubble windows that extend outside their parent window bounds. - static constexpr bool kAdjustBubbleIfOffscreen = !BUILDFLAG(IS_LINUX); + static constexpr bool kAdjustBubbleIfOffscreen = (!BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD)); // Default focus behavior on the platform. static constexpr View::FocusBehavior kDefaultFocusBehavior =