From add338343e49e6f7cb50ec34e22fe621ac988e08 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Fri, 31 May 2024 00:28:18 +0300 Subject: [PATCH] added ms --- src/common.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common.tsx b/src/common.tsx index 355c606..193a3ab 100644 --- a/src/common.tsx +++ b/src/common.tsx @@ -23,6 +23,7 @@ export const apiAuthenticatedContext: Context<[boolean, Dispatch]> = cr export const formModalStyle = { position: 'absolute' as 'absolute', + maxHeight: "90%", top: '50%', left: '50%', transform: 'translate(-50%, -50%)', @@ -280,7 +281,7 @@ export function ActionItem(p: { action: ActionInfo, identifierSubstring?: string onClose={() => { setForm(false); setFormData({}); }} open={form} > - +