mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 15:34:59 +01:00
Fix inability to click on non-logged-in modals on macOS (#2025)
This commit is contained in:
parent
58d854b550
commit
cf92cde537
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user