Skip to content

Commit

Permalink
Fix inability to click on non-logged-in modals on macOS (#2025)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Dec 3, 2024
1 parent 58d854b commit cf92cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/macos-titlebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cf92cde

Please sign in to comment.