diff --git a/apps/desktop/src/platform/popup-modal-styles.ts b/apps/desktop/src/platform/popup-modal-styles.ts index 9e5e88a03f2..baf902df7c3 100644 --- a/apps/desktop/src/platform/popup-modal-styles.ts +++ b/apps/desktop/src/platform/popup-modal-styles.ts @@ -4,7 +4,7 @@ import { WindowState } from "./models/domain/window-state"; // change as needed, however limited by mainwindow minimum size const popupWidth = 600; -const popupHeight = 650; +const popupHeight = 660; type Position = { x: number; y: number };