mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Fix macos titlebar dragging not blocking the right panel (#1120)
This commit is contained in:
parent
1234db90aa
commit
ef170eb94e
@ -107,6 +107,8 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
|
|||||||
.mx_SpaceRoomView_landing > *,
|
.mx_SpaceRoomView_landing > *,
|
||||||
.mx_RoomPreviewBar,
|
.mx_RoomPreviewBar,
|
||||||
.mx_RoomView_body,
|
.mx_RoomView_body,
|
||||||
|
.mx_AutoHideScrollbar,
|
||||||
|
.mx_RightPanel_ResizeWrapper,
|
||||||
.mx_RoomPreviewCard {
|
.mx_RoomPreviewCard {
|
||||||
-webkit-app-region: no-drag;
|
-webkit-app-region: no-drag;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user