Fix inability to click on non-logged-in modals on macOS (#2025)

This commit is contained in:
Michael Telatynski
2024-12-03 09:29:04 +00:00
committed by GitHub
parent 58d854b550
commit cf92cde537
+2 -1
View File
@@ -93,7 +93,8 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
.mx_LeftPanel, .mx_LeftPanel,
.mx_RoomView, .mx_RoomView,
.mx_SpaceRoomView, .mx_SpaceRoomView,
.mx_AccessibleButton { .mx_AccessibleButton,
.mx_Dialog {
-webkit-app-region: no-drag; -webkit-app-region: no-drag;
} }
/* Exclude context menus and their backgrounds */ /* Exclude context menus and their backgrounds */