From 867c488e10c2bbbb6cec14216310383adbab587d Mon Sep 17 00:00:00 2001 From: robertpin Date: Fri, 18 Nov 2022 09:50:16 +0200 Subject: [PATCH] fix(dialog) Update max height --- react/features/base/ui/components/web/Dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/base/ui/components/web/Dialog.tsx b/react/features/base/ui/components/web/Dialog.tsx index 638651210..41c0cdaf9 100644 --- a/react/features/base/ui/components/web/Dialog.tsx +++ b/react/features/base/ui/components/web/Dialog.tsx @@ -67,7 +67,7 @@ const useStyles = makeStyles()(theme => { flexDirection: 'column', height: 'auto', minHeight: '200px', - maxHeight: '560px', + maxHeight: '660px', marginTop: '64px', animation: `${keyframes` 0% {