From 63f0ee0a0303b583c96f646c25c544009ee1e66b Mon Sep 17 00:00:00 2001 From: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> Date: Thu, 2 Apr 2020 09:56:22 -0400 Subject: [PATCH] [MM-22004] Add dragability to the title bar buttons area for macOS (#1216) --- src/browser/css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/browser/css/index.css b/src/browser/css/index.css index f3518b79..7fe79aa1 100644 --- a/src/browser/css/index.css +++ b/src/browser/css/index.css @@ -143,6 +143,7 @@ body { .topBar.macOS .three-dot-menu { flex-basis: 80px; + -webkit-app-region: drag; } .topBar.macOS.fullScreen .three-dot-menu {