diff --git a/Ice/MenuBar/MenuBarManager.swift b/Ice/MenuBar/MenuBarManager.swift index b6e7a074..2fecf941 100644 --- a/Ice/MenuBar/MenuBarManager.swift +++ b/Ice/MenuBar/MenuBarManager.swift @@ -225,7 +225,7 @@ final class MenuBarManager: ObservableObject { // if the offset value is less than or equal to the maxX of the // application menu frame, activate the app to hide the menu - if offsetMinX <= applicationMenuFrame.maxX { + if offsetMinX <= applicationMenuFrame.maxX + 15 { hideApplicationMenus() } } else if isHidingApplicationMenus {