Fix macos titlebar dragging not blocking the right panel (#1120)

This commit is contained in:
Michael Telatynski 2023-07-29 06:47:10 +01:00 committed by GitHub
parent 1234db90aa
commit ef170eb94e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,8 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
.mx_SpaceRoomView_landing > *,
.mx_RoomPreviewBar,
.mx_RoomView_body,
.mx_AutoHideScrollbar,
.mx_RightPanel_ResizeWrapper,
.mx_RoomPreviewCard {
-webkit-app-region: no-drag;
}