From cf92cde537256ed20ee50ce7517d80142d2f7835 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 3 Dec 2024 09:29:04 +0000 Subject: [PATCH] Fix inability to click on non-logged-in modals on macOS (#2025) --- src/macos-titlebar.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/macos-titlebar.ts b/src/macos-titlebar.ts index f0357f437..5ca62cc13 100644 --- a/src/macos-titlebar.ts +++ b/src/macos-titlebar.ts @@ -93,7 +93,8 @@ export function setupMacosTitleBar(window: BrowserWindow): void { .mx_LeftPanel, .mx_RoomView, .mx_SpaceRoomView, - .mx_AccessibleButton { + .mx_AccessibleButton, + .mx_Dialog { -webkit-app-region: no-drag; } /* Exclude context menus and their backgrounds */