diff --git a/react/features/toolbox/components/web/Toolbox.tsx b/react/features/toolbox/components/web/Toolbox.tsx index 5313ab890d..5e74b7b3ee 100644 --- a/react/features/toolbox/components/web/Toolbox.tsx +++ b/react/features/toolbox/components/web/Toolbox.tsx @@ -353,9 +353,9 @@ const styles = () => { contextMenu: { position: 'relative' as const, right: 'auto', - maxHeight: 'inherit', margin: 0, - marginBottom: '8px' + marginBottom: '8px', + maxHeight: '80vh' }, hangupMenu: {