diff --git a/react/features/toolbox/components/web/Toolbox.tsx b/react/features/toolbox/components/web/Toolbox.tsx index 5e74b7b3e..7707380f7 100644 --- a/react/features/toolbox/components/web/Toolbox.tsx +++ b/react/features/toolbox/components/web/Toolbox.tsx @@ -355,7 +355,7 @@ const styles = () => { right: 'auto', margin: 0, marginBottom: '8px', - maxHeight: '80vh' + maxHeight: 'calc(100vh - 100px)' }, hangupMenu: {