diff --git a/src/desktop/windows-work-area.js b/src/desktop/windows-work-area.js index 908dac2..2714315 100644 --- a/src/desktop/windows-work-area.js +++ b/src/desktop/windows-work-area.js @@ -11,10 +11,10 @@ const WIN32_FRAME_OVERHANG_NATIVE = { height: 8 } const WIN32_FRAME_OVERHANG_CEF = { - x: -10, + x: -12, y: 0, - width: 20, - height: 10 + width: 24, + height: 12 } function getWin32FrameOverhang(window) {