diff --git a/src/web/services/PopupWindow.tsx b/src/web/services/PopupWindow.tsx index 252f3562..12ce340c 100644 --- a/src/web/services/PopupWindow.tsx +++ b/src/web/services/PopupWindow.tsx @@ -183,6 +183,10 @@ const focus = (popup: PopupWindow) => { `.installGlobal("[data-popup-window=popup-window]") + styled.css ` + position: fixed; + `.installGlobal("body > div[data-popup-window=popup-window], body > div[data-window-modal-background]"); + export default class PopupWindow extends AtomControl { public static async showWindow(options?: IDialogOptions): Promise;