From 766d409b87151b1cee39f7c8b372252d9405dea9 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 3 Dec 2024 08:57:25 +0000 Subject: [PATCH] Fix inability to click on non-logged-in modals on macOS Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- 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 */