From ef170eb94ecc33b0efbffe83e479baf16c915a10 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Sat, 29 Jul 2023 06:47:10 +0100 Subject: [PATCH] Fix macos titlebar dragging not blocking the right panel (#1120) --- src/macos-titlebar.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/macos-titlebar.ts b/src/macos-titlebar.ts index fbaf5e26..5236959e 100644 --- a/src/macos-titlebar.ts +++ b/src/macos-titlebar.ts @@ -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; }